SignatureWidgetSetVIconLeftOver Method |
Sets the vertical leftover of the icon within the annotatin.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetVIconLeftOver(
double vl
)
Public Sub SetVIconLeftOver (
vl As Double
)
public:
virtual void SetVIconLeftOver(
[InAttribute] double vl
) sealed
function SetVIconLeftOver(vl);
Parameters
- vl
- Type: SystemDouble
A number indicating the vertical
leftover of the icon within the annotation.
Remarks the vertical leftover is a number that
shall be between 0.0 and 1.0 indicating the fraction of leftover
space to allocate at the bottom of the icon.
A value of 0.0 shall position the icon at the bottom
of the annotation rectangle.
A value of 0.5 shall center it in the vertical direction within
the rectangle.
This entry shall be used only if the icon is scaled proportionally.
Default value: 0.5.
See Also