Click or drag to resize

PdfTrapNetAnnotation Class

Represents a Trap Network annotation
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.AnnotationsPdfAnnotation
      Patagames.Pdf.Net.AnnotationsPdfTrapNetAnnotation

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

The PdfTrapNetAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfTrapNetAnnotation(PdfPage) Creates a new Pdf3DAnnotation.
Public methodPdfTrapNetAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfTrapNetAnnotation class based on the specified dictionary.
Top
Remarks
A trap network annotation defines the trapping characteristics for a page of a PDF document. (Trapping is the process of adding marks to a page along color boundaries to avoid unwanted visual artifacts resulting from misregistration of colorants when the page is printed.)
Note  Note
This annotation type is currently not supported by the SDK.
See Also