Aspose::Pdf::Annotations::TrimMarkAnnotation::TrimMarkAnnotation constructor

TrimMarkAnnotation::TrimMarkAnnotation constructor

Initializes a new instance of the TrimMarkAnnotation class.

Aspose::Pdf::Annotations::TrimMarkAnnotation::TrimMarkAnnotation(System::SharedPtr<Aspose::Pdf::Page> page, PrinterMarkCornerPosition position)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>The page where the annotation will be added.
positionPrinterMarkCornerPositionThe position of the trim mark on the page.

Remarks

This constructor creates a TrimMarkAnnotation and adds it to the specified page at the specified position.

See Also