Click or drag to resize

PdfPrinterMarkAnnotation Class

Represents Printer’s Mark annotation
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.AnnotationsPdfAnnotation
      Patagames.Pdf.Net.AnnotationsPdfPrinterMarkAnnotation

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfPrinterMarkAnnotation : PdfAnnotation

The PdfPrinterMarkAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfPrinterMarkAnnotation(PdfPage) Creates a new PdfPrinterMarkAnnotation.
Public methodPdfPrinterMarkAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfPrinterMarkAnnotation class based on the specified dictionary.
Top
Remarks
A printer’s mark annotation represents a graphic symbol, such as a registration target, color bar, or cut mark, added to a page to assist production personnel in identifying components of a multiple-plate job and maintaining consistent output during production.
Note  Note
This annotation is currently not supported by the SDK.
See Also