←Select platform

CodecsXpsSaveOptions Class

Summary

Provides the options for saving a raster image as an Open XML Paper Specification (XPS) document.

Syntax

C#
VB
Java
C++
public class CodecsXpsSaveOptions  
Public Class CodecsXpsSaveOptions  
public class CodecsXpsSaveOptions 
public ref class CodecsXpsSaveOptions  

Remarks

The Open XML Paper Specification Format supports saving images with either PNG or JPEG Compression.

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

Format Property
RasterImageFormat.Xps CodecsXpsSaveOptions.PngQualityFactor
RasterImageFormat.XpsJpeg CodecsXpsSaveOptions.JpegQualityFactor
RasterImageFormat.XpsJpeg422 CodecsXpsSaveOptions.JpegQualityFactor
RasterImageFormat.XpsJpeg411 CodecsXpsSaveOptions.JpegQualityFactor
Example

For an example, refer to CodecsXpsOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly