ScreenSetScaleCondition Method |
Sets the condition under which the icon should be scaled.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetScaleCondition(
ScreenScaleCondition sd
)
Public Sub SetScaleCondition (
sd As ScreenScaleCondition
)
public:
virtual void SetScaleCondition(
[InAttribute] ScreenScaleCondition sd
) sealed
function SetScaleCondition(sd);
Parameters
- sd
- Type: pdftron.PDF.AnnotsScreenScaleCondition
an entry of the "ScaleCondition" enumerator which the icon should
be scaled.
See Also