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




Provides options specifically for saving XML Paper Specification Format (XPS) images.

Syntax

Visual Basic (Declaration) 
Public Class CodecsXpsSaveOptions 
Visual Basic (Usage)Copy Code
Dim instance As CodecsXpsSaveOptions
C# 
public class CodecsXpsSaveOptions 
Managed Extensions for C++ 
public __gc class CodecsXpsSaveOptions 
C++/CLI 
public ref class CodecsXpsSaveOptions 

Example

For an example, refer to CodecsXpsOptions.

Remarks

The XML Paper Specification Format (XPS) supports saving images with either CServe PNG or JPEG Compression.

The following table shows the quality factor used when an image is saved with a particular format:

FormatProperty
RasterImageFormat.XpsCodecsXpsSaveOptions.PngQualityFactor
RasterImageFormat.XpsJpegCodecsXpsSaveOptions.JpegQualityFactor
RasterImageFormat.XpsJpeg422CodecsXpsSaveOptions.JpegQualityFactor
RasterImageFormat.XpsJpeg411CodecsXpsSaveOptions.JpegQualityFactor

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsXpsSaveOptions

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also