Aspose::Page::XPS::XpsMetadata::DocumentBinding::BindingOption class

BindingOption class

Represents options of the DocumentBinding feature.

class BindingOption : public Aspose::Page::XPS::XpsMetadata::Option

Methods

MethodDescription
BindingOption(System::String, const System::ArrayPtr<System::SharedPtr<DocumentBinding::IBindingOptionItem>>&)Creates a new instance.

Fields

FieldDescription
static BaleSpecifies bale binding.
static BindBottomSpecifies binding along the bottom edge.
static BindLeftSpecifies binding along the left edge.
static BindRightSpecifies binding along the right edge.
static BindTopSpecifies binding along the top edge.
static BookletSpecifies booklet binding.
static EdgeStitchBottomSpecifies edge stitching along the bottom edge.
static EdgeStitchLeftSpecifies edge stitching along the left edge.
static EdgeStitchRightSpecifies edge stitching along the right edge.
static EdgeStitchTopSpecifies edge stitching along the top edge.
static FoldSpecifies a folded binding.
static JogOffsetSpecifies jog offset binding.
static NoneSpecifies no binding.
static TrimSpecifies trimming binding.

See Also