Show / Hide Table of Contents

Class MergeXFDFOptions

Inheritance
System.Object
OptionsBase
MergeXFDFOptions
Inherited Members
OptionsBase.mObjSet
OptionsBase.ColorPtToNumber(ColorPt)
OptionsBase.ColorPtFromNumber(Double)
OptionsBase.GetArray(String)
OptionsBase.PutNumber(String, Double)
OptionsBase.PutBool(String, Boolean)
OptionsBase.PutText(String, String)
OptionsBase.PutRect(String, Rect)
OptionsBase.PushBackNumber(String, Double)
OptionsBase.PushBackBool(String, Boolean)
OptionsBase.PushBackText(String, String)
OptionsBase.PushBackRect(String, Rect)
OptionsBase.RectFromArray(Obj)
OptionsBase.insertRectCollection(String, RectCollection, Int32)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class MergeXFDFOptions : OptionsBase

Constructors

MergeXFDFOptions()

Constructor.

Declaration
public MergeXFDFOptions()

Methods

GetForce()

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 PDFTron SDK will still have names that will allow the MergeXFDF algorithm to work.

Declaration
public bool GetForce()
Returns
Type Description
System.Boolean

a bool, 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 PDFTron SDK will still have names that will allow the MergeXFDF algorithm to work..

SetForce(Boolean)

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 PDFTron SDK will still have names that will allow the MergeXFDF algorithm to work.

Declaration
public MergeXFDFOptions SetForce(bool value)
Parameters
Type Name Description
System.Boolean value

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 PDFTron SDK will still have names that will allow the MergeXFDF algorithm to work.

Returns
Type Description
MergeXFDFOptions
Back to top Generated by DocFX