Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property RasterizeDocument As CodecsRasterizeDocumentOptions |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CodecsRasterizeDocumentOptions RasterizeDocument {get;} |
C++/CLI | |
---|---|
public: property CodecsRasterizeDocumentOptions^ RasterizeDocument { CodecsRasterizeDocumentOptions^ get(); } |
Return Value
An instance of CodecsRasterizeDocumentOptions object that contains the current document files load and save options.For an example, refer to CodecsRasterizeDocumentLoadOptions.
LEADTOOLS provides support for loading a document as a raster image. Documents 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family