Aspose::Pdf::Annotations::PrinterMarkAnnotation class

PrinterMarkAnnotation class

Abstract class representing printer mark annotation.

class PrinterMarkAnnotation : public Aspose::Pdf::Annotations::Annotation

Methods

MethodDescription
static AddPrinterMarks(System::SharedPtr<Document>, PrinterMarksKind)Adds printer’s marks to all pages in the specified document.
static AddPrinterMarks(System::SharedPtr<Aspose::Pdf::Page>, PrinterMarksKind)Adds printer’s marks to the specified page.

See Also