Class DocumentBinding.BindingOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Represents options of the Aspose.Page.XPS.XpsMetadata.DocumentBinding feature.
public sealed class DocumentBinding.BindingOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentBinding.BindingOption
Implements
IFeatureItem, IPrintTicketElementChild
Inherited Members
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BindingOption(string, params IBindingOptionItem[])
Creates a new instance.
public BindingOption(string name, params DocumentBinding.IBindingOptionItem[] items)
Parameters
name
string
An option name.
items
DocumentBinding.IBindingOptionItem[]
An array of legal child items.
Fields
Bale
Specifies bale binding.
public static DocumentBinding.BindingOption Bale
Field Value
BindBottom
Specifies binding along the bottom edge.
public static DocumentBinding.BindingOption BindBottom
Field Value
BindLeft
Specifies binding along the left edge.
public static DocumentBinding.BindingOption BindLeft
Field Value
BindRight
Specifies binding along the right edge.
public static DocumentBinding.BindingOption BindRight
Field Value
BindTop
Specifies binding along the top edge.
public static DocumentBinding.BindingOption BindTop
Field Value
Booklet
Specifies booklet binding.
public static DocumentBinding.BindingOption Booklet
Field Value
EdgeStitchBottom
Specifies edge stitching along the bottom edge.
public static DocumentBinding.BindingOption EdgeStitchBottom
Field Value
EdgeStitchLeft
Specifies edge stitching along the left edge.
public static DocumentBinding.BindingOption EdgeStitchLeft
Field Value
EdgeStitchRight
Specifies edge stitching along the right edge.
public static DocumentBinding.BindingOption EdgeStitchRight
Field Value
EdgeStitchTop
Specifies edge stitching along the top edge.
public static DocumentBinding.BindingOption EdgeStitchTop
Field Value
Fold
Specifies a folded binding.
public static DocumentBinding.BindingOption Fold
Field Value
JogOffset
Specifies jog offset binding.
public static DocumentBinding.BindingOption JogOffset
Field Value
None
Specifies no binding.
public static DocumentBinding.BindingOption None
Field Value
Trim
Specifies trimming binding.
public static DocumentBinding.BindingOption Trim