XfaParserOptions

XfaParserOptions class

class to handle related data incapsulation

The XfaParserOptions type exposes the following members:

Constructors

NameDescription
XfaParserOptions(page_size)Initializes a new instance of the XfaParserOptions class

Properties

NameDescription
page_sizeGets or sets the size of the page.
signedIf this property is true then document will be converted with using of xfa form stream (if it exists).
If it is false then xfa form stream will be ignored.
This property was inrtoduced because it’s not clear how to calculate check sum that used for checking sygnature.
emulate_requierd_groupsIf this property is true then additional red rectangles will be drawn for required Xfa “excluded groups”
This property was introduced because absences of analogues of excluded groups during conversion Xfa representation of forms
to standard.
It is false by default.
base_pathGets or sets the base path.

See Also