SignatureWidgetSetScaleType Method |
Sets the Scale Type of the Widget annotation.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetScaleType(
WidgetScaleType st
)
Public Sub SetScaleType (
st As WidgetScaleType
)
public:
virtual void SetScaleType(
[InAttribute] WidgetScaleType st
) sealed
function SetScaleType(st);
Parameters
- st
- Type: pdftron.PDF.AnnotsWidgetScaleType
- an entry of the "ScaleType" enum which represents the
Scale Type of the Widget annotation.
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