XfaParserOptions Class
class to handle related data incapsulation
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.XfaConverterXfaParserOptions

Namespace: Aspose.Pdf.XfaConverter
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class XfaParserOptions

The XfaParserOptions type exposes the following members.

Constructors
  NameDescription
Public methodXfaParserOptions
Initializes a new instance of the XfaParserOptions class.
Properties
  NameDescription
Public propertyBasePath
Gets or sets the base path.
Public propertyEmulateRequierdGroups
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.
Public propertyPageSize
Gets or sets the size of the page.
Public propertySigned
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.
Public propertyUriResolver
Gets or sets the URI resolver.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also