Aspose::Pdf::Annotations::TrimMarkAnnotation class
TrimMarkAnnotation class
Represents a Trim Mark annotation.
class TrimMarkAnnotation : public Aspose::Pdf::Annotations::CornerPrinterMarkAnnotation
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<AnnotationSelector>) override | Accepts visitor for annotation processing. |
get_AnnotationType() override | Gets 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
- Class CornerPrinterMarkAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++