Click or drag to resize

PdfSignatureAppearanceIconAlignment Property

Gets or sets the two numbers that shall be between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left and bottom of the Icon.

A value of (0.0, 0.0) shall position the icon at the bottom-left corner of the annotation rectangle.

A value of (0.5, 0.5) shall center it within the rectangle.

This entry shall be used only if the icon is scaled proportionally.

Default value: (0.5, 0.5).


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public PdfPoint IconAlignment { get; set; }

Property Value

PdfPoint
The two numbers that shall be between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left and bottom of the Icon.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue's X and Y must be between 0.0 and 1.0 (inclusive).
See Also