ImageGear for .NET
ImGearPDFBasFixed Constructor




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

Parameters

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

Return Value

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

Reference

ImGearPDFBasFixed Class
ImGearPDFBasFixed Members
ImGearPDFDocument Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback