Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Load As CodecsRasterizeDocumentLoadOptions |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsRasterizeDocumentOptions Dim value As CodecsRasterizeDocumentLoadOptions value = instance.Load |
C# | |
---|---|
public CodecsRasterizeDocumentLoadOptions Load {get;} |
C++/CLI | |
---|---|
public: property CodecsRasterizeDocumentLoadOptions^ Load { CodecsRasterizeDocumentLoadOptions^ get(); } |
Property Value
An instance of CodecsRasterizeDocumentLoadOptions object that contains the options to use for loading a document file as a raster image.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.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)