Aspose::Pdf::Annotations::BleedMarkAnnotation class

BleedMarkAnnotation class

Represents a Bleed Mark annotation.

class BleedMarkAnnotation : public Aspose::Pdf::Annotations::CornerPrinterMarkAnnotation

Methods

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor for annotation processing.
BleedMarkAnnotation(System::SharedPtr<Aspose::Pdf::Page>, PrinterMarkCornerPosition)Initializes a new instance of the BleedMarkAnnotation class.
get_AnnotationType() overrideGets 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