Click or drag to resize

WidgetSetHIconLeftOver Method

Sets the horizontal 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 SetHIconLeftOver(
	double hl
)

Parameters

hl
Type: SystemDouble
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