| PdfIconFitHorizontalOffset Property |
Gets or sets the number between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left of the icon.
A value of 0.0 positions the icon at the left corner of the annotation rectangle.
A value of 0.5 centers it within the horizontal direction of rectangle.
This Property is used only if the
ScaleType is
Proportional.
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float HorizontalOffset { get; set; }
Public Property HorizontalOffset As Single
Get
Set
public:
property float HorizontalOffset {
float get ();
void set (float value);
}
member HorizontalOffset : float32 with get, set
/** @property */
public float get_HorizontalOffset()
/** @property */
public void set_HorizontalOffset(float value)
function get_HorizontalOffset();
function set_HorizontalOffset(value);
Property Value
SingleSee Also