|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
| Leadtools.Documents Namespace > Document Class : InternalObject Property |
public abstract object InternalObject {get;}
'Declaration
Public MustOverride ReadOnly Property InternalObject As Object
public abstract Object getInternalObject()
The type of InternalObject depends on the document as follows:
| DocumentType value | |
|---|---|
| "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.