←Select platform

RasterizeDocument Property

Summary
Gets the options used when loading or saving a document file.
Syntax
C#
VB
Objective-C
C++
Java
public CodecsRasterizeDocumentOptions RasterizeDocument { get; } 
Public ReadOnly Property RasterizeDocument As CodecsRasterizeDocumentOptions 
@property (nonatomic, strong, readonly) LTCodecsRasterizeDocumentOptions* rasterizeDocument 
public CodecsRasterizeDocumentOptions getRasterizeDocument() 
public: 
property CodecsRasterizeDocumentOptions^ RasterizeDocument { 
   CodecsRasterizeDocumentOptions^ get(); 
} 

Property Value

An instance of CodecsRasterizeDocumentOptions object that contains the current document file load and save options.

Remarks

LEADTOOLS provides support for loading a document as a raster image. Document formats such as PDF, XPS, DOCX/DOC, PPTX/PPT, XLSS/XLS, RTF and Text do not contain physical width, height or resolution. It is up to the loader (in this case, the RasterCodecs object) to specify the transformation from logical coordinates to physical pixels through a process called rasterization. For more information, refer to CodecsRasterizeDocumentLoadOptions.

Example

For an example, refer to CodecsRasterizeDocumentLoadOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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