2022 June Release

Struct FSCPDFGEN@1.1001:PDFSignatureArea Permanent link for this heading

PDFSignatureArea describes a rectangular area in a PDF document to put a signature and signature information into.

Properties Permanent link for this heading

Type

Property

Name

float

pdfsaheight

Height

PDFSignatureAreaInfo

pdfsainfo

Additional Information

integer

pdfsapage

PDF Signature Area Page

float

pdfsaposx

X coordinate of the Signature Area

float

pdfsaposy

Y coordinate of the Signature Area

float

pdfsawidth

Width

Properties Permanent link for this heading


Height (FSCPDFGEN@1.1001:pdfsaheight) Permanent link for this heading

pdfsaheight is the height of the area.

float FSCPDFGEN@1.1001:pdfsaheight


Additional Information (FSCPDFGEN@1.1001:pdfsainfo) Permanent link for this heading

pdfsainfo contains additional information.

unique PDFSignatureAreaInfo FSCPDFGEN@1.1001:pdfsainfo


PDF Signature Area Page (FSCPDFGEN@1.1001:pdfsapage) Permanent link for this heading

pdfsapage contains the zero based page number of the page containing the area.

unsigned integer FSCPDFGEN@1.1001:pdfsapage


X coordinate of the Signature Area (FSCPDFGEN@1.1001:pdfsaposx) Permanent link for this heading

pdfsaposx is the X coordinate of the top-left point of the rectangular area.

float FSCPDFGEN@1.1001:pdfsaposx


Y coordinate of the Signature Area (FSCPDFGEN@1.1001:pdfsaposy) Permanent link for this heading

pdfsaposy is the Y coordinate of the top-left point of the rectangular area.

float FSCPDFGEN@1.1001:pdfsaposy


Width (FSCPDFGEN@1.1001:pdfsawidth) Permanent link for this heading

pdfsawidth is the width of the area.

float FSCPDFGEN@1.1001:pdfsawidth