Class Convert.XPSOutputOptions
A class containing options for ToXps functions
Inherited Members
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 |