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)
| Parameter | Type | Description |
|---|---|---|
| page | System::SharedPtr<Aspose::Pdf::Page> | The page where the annotation will be added. |
| position | PrinterMarkCornerPosition | The 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
- Typedef SharedPtr
- Class Page
- Enum PrinterMarkCornerPosition
- Class TrimMarkAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++