Click or drag to resize

MergeXFDFOptions Class

[Missing <summary> documentation for "T:pdftron.PDF.MergeXFDFOptions"]

Inheritance Hierarchy
SystemObject
  pdftron.PDFMergeXFDFOptions

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class MergeXFDFOptions : IOptionsBase

The MergeXFDFOptions type exposes the following members.

Constructors
  NameDescription
Public methodMergeXFDFOptions
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDict
Public methodGetForce
Gets the value Force from the options object If true, merge will be performed even if the conditions below are true. If false, the MergeXFDF operation will be aborted with exception if one of these conditions is true: 1)xfdf contains annotations with no 'name' attribute 2)annotations in pdf or xfdf have names that are not unique, i.e. multiple annotations in the same document have the same name. In order for the merge operation to work correctly, all the annotations in xfdf need to have a unique 'name' attribute. If pdf document has unnamed annotatations (no 'NM' attribute), xfdf files generated using Apryse SDK will still have names that will allow the MergeXFDF algorithm to work.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInternalObj
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetForce
Sets the value for Force in the options object If true, merge will be performed even if the conditions below are true. If false, the MergeXFDF operation will be aborted with exception if one of these conditions is true: 1)xfdf contains annotations with no 'name' attribute 2)annotations in pdf or xfdf have names that are not unique, i.e. multiple annotations in the same document have the same name. In order for the merge operation to work correctly, all the annotations in xfdf need to have a unique 'name' attribute. If pdf document has unnamed annotatations (no 'NM' attribute), xfdf files generated using Apryse SDK will still have names that will allow the MergeXFDF algorithm to work.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also