'Declaration Public Function New( _ ByVal document As ImGearPDFDocument, _ ByVal isIndirect As Boolean, _ ByVal value As String _ )
'Usage Dim document As ImGearPDFDocument Dim isIndirect As Boolean Dim value As String Dim instance As New ImGearPDFBasString(document, isIndirect, value)
public ImGearPDFBasString( ImGearPDFDocument document, bool isIndirect, string value )
public: ImGearPDFBasString( ImGearPDFDocument* document, bool isIndirect, string* value )
public: ImGearPDFBasString( ImGearPDFDocument^ document, bool isIndirect, String^ value )
Parameters
- document
- The document in which the string is used.
- isIndirect
- If True, creates the string as an indirect object. If False, creates the string as a direct object.
- value
- The value the new string will have.
Return Value
The new instance of ImGearPDFBasString class object.