Class Polygon
Polygon annotation
Implements
Inherited Members
Namespace: pdftron.PDF.Annots
Assembly: PDFNet.dll
Syntax
public class Polygon : PolyLine, IDisposable
Constructors
Polygon(Annot)
Creates a Polygon annotation and initialize it using given annotation object.
Declaration
public Polygon(Annot ann)
Parameters
Type | Name | Description |
---|---|---|
Annot | ann | the annot |
Remarks
The constructor does not copy any data, but is instead the logical equivalent of a type cast.
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Polygon(Obj)
Creates a Polygon annotation and initialize it using given Cos/SDF object.
Declaration
public Polygon(Obj d)
Parameters
Type | Name | Description |
---|---|---|
Obj | d | the d |
Remarks
The constructor does not copy any data, but is instead the logical equivalent of a type cast.
Methods
Create(SDFDoc, Rect)
Creates a new Polygon annotation, in the specified document.
Declaration
public static Polygon Create(SDFDoc doc, Rect pos)
Parameters
Type | Name | Description |
---|---|---|
SDFDoc | doc | A document to which the Polygon annotation is added. |
Rect | pos | A rectangle specifying the PolyLine annotation's bounds, specified in user space coordinates. |
Returns
Type | Description |
---|---|
Polygon | A newly created blank PolyLine annotation. |
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Dispose(bool)
Declaration
[HandleProcessCorruptedStateExceptions]
protected override void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
bool | A_0 |
Overrides
~Polygon()
Declaration
protected ~Polygon()