Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

InternalObject Property






Internal LEADTOOLS object used with the document.
Syntax
public abstract object InternalObject {get;}
'Declaration
 
Public MustOverride ReadOnly Property InternalObject As Object
'Usage
 
Dim instance As Document
Dim value As Object
 
value = instance.InternalObject
public abstract Object getInternalObject()
            
public:
abstract property Object^ InternalObject {
   Object^ get();
}

Property Value

The internal LEADTOOLS object used with the document.
Remarks

The type of InternalObject depends on the document as follows:

DocumentType value

InternalObject

"Raster"

The same value as RasterCodecs.

"Pdf"

The Leadtools.Pdf.PDFDocument object used internally by the document.

In all cases, you can cast this object to the correct value and use its own extra properties and methods if required.

Requirements

Target Platforms

See Also

Reference

Document Class
Document Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features