PushButtonWidgetGetHIconLeftOver Method |
Gets the horizontal leftover of the icon within the annotatin.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetHIconLeftOver()
Public Function GetHIconLeftOver As Double
public:
virtual double GetHIconLeftOver() sealed
function GetHIconLeftOver();
Return Value
Type:
Double A number indicating the horizontal
leftover of the icon within the annotation.
Remarks the horizontal leftover is a number that shall be between
0.0 and 1.0 indicating the fraction of leftover space to allocate at the left.
A value of 0.0 shall position the icon at the left of the annotation rectangle.
A value of 0.5 shall center it in the horizontal direction within the rectangle.
This entry shall be used only if the icon is scaled proportionally.
Default value: 0.5.
See Also