Table of Contents

Class PdfPrinterMarkAnnotation

Namespace
iText.Kernel.Pdf.Annot
Assembly
itext.kernel.dll
public class PdfPrinterMarkAnnotation : PdfAnnotation
Inheritance
PdfPrinterMarkAnnotation
Inherited Members

Constructors

PdfPrinterMarkAnnotation(Rectangle, PdfFormXObject)

public PdfPrinterMarkAnnotation(Rectangle rect, PdfFormXObject appearanceStream)

Parameters

rect Rectangle
appearanceStream PdfFormXObject

PdfPrinterMarkAnnotation(PdfDictionary)

Instantiates a new PdfPrinterMarkAnnotation instance based on PdfDictionary instance, that represents existing annotation object in the document.

protected PdfPrinterMarkAnnotation(PdfDictionary pdfObject)

Parameters

pdfObject PdfDictionary

the PdfDictionary representing annotation object

See Also

Methods

GetArbitraryTypeName()

public virtual PdfName GetArbitraryTypeName()

Returns

PdfName

GetSubtype()

public override PdfName GetSubtype()

Returns

PdfName

SetArbitraryTypeName(PdfName)

public virtual PdfMarkupAnnotation SetArbitraryTypeName(PdfName arbitraryTypeName)

Parameters

arbitraryTypeName PdfName

Returns

PdfMarkupAnnotation