Aspose::Pdf::Annotations::BleedMarkAnnotation class
BleedMarkAnnotation class
Represents a Bleed Mark annotation.
class BleedMarkAnnotation : public Aspose::Pdf::Annotations::CornerPrinterMarkAnnotation
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<AnnotationSelector>) override | Accepts visitor for annotation processing. |
BleedMarkAnnotation(System::SharedPtr<Aspose::Pdf::Page>, PrinterMarkCornerPosition) | Initializes a new instance of the BleedMarkAnnotation class. |
get_AnnotationType() override | Gets type of annotation. |
Remarks
Bleed marks are placed at the corners of a printed page to indicate where the page is to be trimmed and how far it is allowed to deviate from the trim marks.
See Also
- Class CornerPrinterMarkAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++