'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)
public ImGearPDFBasFixed( ImGearPDFDocument document, bool isIndirect, int value )
public: ImGearPDFBasFixed( ImGearPDFDocument* document, bool isIndirect, int value )
public: ImGearPDFBasFixed( ImGearPDFDocument^ document, bool isIndirect, int 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.