PushButtonWidgetGetVIconLeftOver Method |
Gets the vertical leftover of the icon within the annotatin.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetVIconLeftOver()
Public Function GetVIconLeftOver As Double
public:
virtual double GetVIconLeftOver() sealed
function GetVIconLeftOver();
Return Value
Type:
Double 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