Show / Hide Table of Contents

Class Convert.XPSOutputOptions

A class containing options for ToXps functions

Inheritance
System.Object
Convert.XPSOutputCommonOptions
Convert.XPSOutputOptions
Inherited Members
Convert.XPSOutputCommonOptions.SetPrintMode(Boolean)
Convert.XPSOutputCommonOptions.SetDPI(UInt32)
Convert.XPSOutputCommonOptions.SetRenderPages(Boolean)
Convert.XPSOutputCommonOptions.SetThickenLines(Boolean)
Convert.XPSOutputCommonOptions.GenerateURLLinks(Boolean)
Convert.XPSOutputCommonOptions.SetOverprint(PDFRasterizer.OverprintPreviewMode)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class XPSOutputOptions : Convert.XPSOutputCommonOptions

Constructors

XPSOutputOptions()

Declaration
public XPSOutputOptions()

Methods

SetOpenXps(Boolean)

Sets whether the output format should be open xps. Default is Microsoft xps output.

Declaration
public void SetOpenXps(bool openxps)
Parameters
Type Name Description
System.Boolean openxps

if true open xps output is used

Back to top Generated by DocFX