←Select platform

InternalObject Property

Summary

Internal LEADTOOLS object used with the document.

Syntax

C#
VB
Java
C++
public abstract object InternalObject { get; } 
Public MustOverride ReadOnly Property InternalObject() As Object 
public:  
   virtual property Object^ InternalObject 
   { 
      Object^ get() abstract; 
   } 
public abstract Object getInternalObject() 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly