ImageGear .NET
ImGearPDFBasName Constructor




The document in which the name is used.
If True, creates the name as an indirect object. If False, creates the name as a direct object.
The value the new name will have.
Initializes a new instance of the ImGearPDFBasName class.
Syntax
public ImGearPDFBasName( 
   ImGearPDFDocument document,
   bool isIndirect,
   ImGearPDFAtom name
)
public: ImGearPDFBasName( 
   ImGearPDFDocument* document,
   bool isIndirect,
   ImGearPDFAtom* name
)
public:
ImGearPDFBasName( 
   ImGearPDFDocument^ document,
   bool isIndirect,
   ImGearPDFAtom^ name
)
'Declaration
 
Public Function New( _
   ByVal document As ImGearPDFDocument, _
   ByVal isIndirect As Boolean, _
   ByVal name As ImGearPDFAtom _
)
 
'Usage
 
Dim document As ImGearPDFDocument
Dim isIndirect As Boolean
Dim name As ImGearPDFAtom
 
Dim instance As New ImGearPDFBasName(document, isIndirect, name)

Parameters

document
The document in which the name is used.
isIndirect
If True, creates the name as an indirect object. If False, creates the name as a direct object.
name
The value the new name will have.

Return Value

The new instance of ImGearPDFBasName class object.
Remarks
Creates a new name object associated with the specified document and with the specified value.
See Also

Reference

ImGearPDFBasName Class
ImGearPDFBasName Members
ImGearPDFDocument Class
ImGearPDFAtom Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback