Internal LEADTOOLS object used with the document.
public abstract object InternalObject { get; } public:virtual property Object^ InternalObject{Object^ get() abstract;}
public abstract Object getInternalObject() InternalObject get (LEADDocument)
The internal LEADTOOLS object used with the document.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
