LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterizeDocument Property
See Also 
Leadtools.Codecs Namespace > CodecsOptions Class : RasterizeDocument Property



Gets the options used when loading or saving a document file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RasterizeDocument As CodecsRasterizeDocumentOptions
Visual Basic (Usage)Copy Code
Dim instance As CodecsOptions
Dim value As CodecsRasterizeDocumentOptions
 
value = instance.RasterizeDocument
C# 
public CodecsRasterizeDocumentOptions RasterizeDocument {get;}
C++/CLI 
public:
property CodecsRasterizeDocumentOptions^ RasterizeDocument {
   CodecsRasterizeDocumentOptions^ get();
}

Property Value

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

Example

For an example, refer to CodecsRasterizeDocumentLoadOptions.

Remarks

LEADTOOLS provides support for loading a document as a raster image. Document formats such as PDF, XPS, 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.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also