Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsXpsLoadOptions Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsXpsLoadOptions Class



Provides the options for loading Open XML Paper Specification (XPS) documents as a raster image.

Syntax

Visual Basic (Declaration) 
Public Class CodecsXpsLoadOptions 
Visual Basic (Usage)Copy Code
Dim instance As CodecsXpsLoadOptions
C# 
public class CodecsXpsLoadOptions 
C++/CLI 
public ref class CodecsXpsLoadOptions 

Example

For an example, refer to CodecsXpsOptions.

Remarks

Open XML Paper Specification (XPS) files have no physical width or height in pixels. You can use the CodecsRasterizeDocumentOptions to control how the final document is rendered as a raster image. For more information, refer to CodecsRasterizeDocumentLoadOptions.

For more information, refer to File Formats - XPS Format.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsXpsLoadOptions

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also