Click or drag to resize

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.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public float HorizontalOffset { get; set; }

Property Value

Single
See Also