C#
VB
Java
C++
Internal LEADTOOLS object used with the document.
public abstract object InternalObject { get; }
Public MustOverride ReadOnly Property InternalObject() As Object
public:
virtual property Object^ InternalObject
{
Object^ get() abstract;
}
public abstract Object getInternalObject()
The internal LEADTOOLS object used with the document.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET