GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    XpsSaveOptions Class

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    Represents options for saving to XML Paper Specification file format.

    • C#
    • VB.NET
    public sealed class XpsSaveOptions : SaveOptions
    Public NotInheritable Class XpsSaveOptions
        Inherits SaveOptions
    Inheritance:
    System.Object
    SaveOptions
    XpsSaveOptions

    Constructors

    XpsSaveOptions()

    Initializes a new instance of the XpsSaveOptions class.

    • C#
    • VB.NET
    public XpsSaveOptions()
    Public Sub New

    Inherited Properties

    Image

    Gets the default saving options for image file format. Image will be saved in Bmp format.

    (Inherited from SaveOptions)

    Pdf

    Gets the default saving options for Portable Document Format (PDF).

    (Inherited from SaveOptions)

    Xps

    Gets the default saving options for XML Paper Specification (XPS) format.

    (Inherited from SaveOptions)

    Examples

    Export to XpsDocument / DocumentViewer Control example
    Convert example

    See Also

    Xps
    Save(String, SaveOptions)
    Save(Stream, SaveOptions)
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.