Aspose::Page::XPS::XpsMetadata::DocumentBinding::BindingOption class
Contents
[
Hide
]BindingOption class
Represents options of the DocumentBinding feature.
class BindingOption : public Aspose::Page::XPS::XpsMetadata::Option
Methods
| Method | Description |
|---|---|
| BindingOption(System::String, const System::ArrayPtr<System::SharedPtr<DocumentBinding::IBindingOptionItem>>&) | Creates a new instance. |
Fields
| Field | Description |
|---|---|
| static Bale | Specifies bale binding. |
| static BindBottom | Specifies binding along the bottom edge. |
| static BindLeft | Specifies binding along the left edge. |
| static BindRight | Specifies binding along the right edge. |
| static BindTop | Specifies binding along the top edge. |
| static Booklet | Specifies booklet binding. |
| static EdgeStitchBottom | Specifies edge stitching along the bottom edge. |
| static EdgeStitchLeft | Specifies edge stitching along the left edge. |
| static EdgeStitchRight | Specifies edge stitching along the right edge. |
| static EdgeStitchTop | Specifies edge stitching along the top edge. |
| static Fold | Specifies a folded binding. |
| static JogOffset | Specifies jog offset binding. |
| static None | Specifies no binding. |
| static Trim | Specifies trimming binding. |
See Also
- Class Option
- Class DocumentBinding
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++