Class XfaParserOptions

XfaParserOptions class

class to handle related data incapsulation

public class XfaParserOptions

Constructors

NameDescription
XfaParserOptions(SizeF)Initializes a new instance of the XfaParserOptions class.

Properties

NameDescription
BasePath { get; set; }Gets or sets the base path.
EmulateRequierdGroups { get; set; }If 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.
PageSize { get; set; }Gets or sets the size of the page.
Signed { get; set; }If 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.
UriResolver { get; set; }Gets or sets the URI resolver.

See Also