←Select platform

InternalObject Property

Summary

Internal LEADTOOLS object used with the document.

Syntax
C#
C++/CLI
Java
Python
public abstract object InternalObject { get; } 
public:  
   virtual property Object^ InternalObject 
   { 
      Object^ get() abstract; 
   } 
public abstract Object getInternalObject() 
InternalObject get (LEADDocument) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.