Aspose::Pdf::Annotations::TrimMarkAnnotation class

TrimMarkAnnotation class

Represents a Trim Mark annotation.

class TrimMarkAnnotation : public Aspose::Pdf::Annotations::CornerPrinterMarkAnnotation

Methods

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor for annotation processing.
get_AnnotationType() overrideGets type of annotation.
TrimMarkAnnotation(System::SharedPtr<Aspose::Pdf::Page>, PrinterMarkCornerPosition)Initializes a new instance of the TrimMarkAnnotation class.

Remarks

Trim marks are placed at the corners of a printed page to indicate where the page is to be trimmed.

See Also