| PdfIconFitVerticalOffset Property |
Gets or sets the number 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 positions the icon at the bottom corner of the annotation rectangle.
A value of 0.5 centers it within the vertical 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 VerticalOffset { get; set; }
Public Property VerticalOffset As Single
Get
Set
public:
property float VerticalOffset {
float get ();
void set (float value);
}
member VerticalOffset : float32 with get, set
/** @property */
public float get_VerticalOffset()
/** @property */
public void set_VerticalOffset(float value)
function get_VerticalOffset();
function set_VerticalOffset(value);
Property Value
SingleSee Also