TextWidgetSetScaleCondition Method |
Sets the condition under which the icon should be scaled.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetScaleCondition(
WidgetScaleCondition sd
)
Public Sub SetScaleCondition (
sd As WidgetScaleCondition
)
public:
virtual void SetScaleCondition(
[InAttribute] WidgetScaleCondition sd
) sealed
function SetScaleCondition(sd);
Parameters
- sd
- Type: pdftron.PDF.AnnotsWidgetScaleCondition
An entry of the "ScaleCondition" enum which the icon should
be scaled.
Remarks This property is part of the Icon Fit dictionary, where the Icon Fit
dictionary specifys how to display the button’s icon within the annotation
rectangle of its widget annotation(Optional; pushbutton fields only)
If present, the icon fit dictionary shall apply to all of the annotation’s icons
(normal, rollover, and alternate).
See Also