LEADTOOLS Image File Support (Leadtools.Codecs assembly)

RasterizeDocument Property

Show in webframe







Gets the options used when loading or saving a document file.
Syntax
public CodecsRasterizeDocumentOptions RasterizeDocument {get;}
'Declaration
 
Public ReadOnly Property RasterizeDocument As CodecsRasterizeDocumentOptions
'Usage
 
Dim instance As CodecsOptions
Dim value As CodecsRasterizeDocumentOptions
 
value = instance.RasterizeDocument
public CodecsRasterizeDocumentOptions RasterizeDocument {get;}
@property (nonatomic, strong, readonly) LTCodecsRasterizeDocumentOptions* rasterizeDocument;
public CodecsRasterizeDocumentOptions getRasterizeDocument()
 get_RasterizeDocument(); 
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, DOC/DOCX(2007/2010), PPT/PPTX(2007/2010), XLS/XLSX(2007/2010), 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

See Also

Reference

CodecsOptions Class
CodecsOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.