Class PdfPopupAnnotation
public class PdfPopupAnnotation : PdfAnnotation
- Inheritance
-
PdfPopupAnnotation
- Inherited Members
Constructors
PdfPopupAnnotation(Rectangle)
public PdfPopupAnnotation(Rectangle rect)
Parameters
rect
Rectangle
PdfPopupAnnotation(PdfDictionary)
Instantiates a new PdfPopupAnnotation instance based on PdfDictionary instance, that represents existing annotation object in the document.
protected PdfPopupAnnotation(PdfDictionary pdfObject)
Parameters
pdfObject
PdfDictionarythe PdfDictionary representing annotation object
- See Also
Fields
parent
protected PdfAnnotation parent
Field Value
Methods
GetOpen()
A flag specifying whether the annotation shall initially be displayed open.
public virtual bool GetOpen()
Returns
- bool
true if annotation is initially open, false - if closed.
Remarks
A flag specifying whether the annotation shall initially be displayed open. This flag has affect to not all kinds of annotations.
GetParent()
public virtual PdfAnnotation GetParent()
Returns
GetParentObject()
public virtual PdfDictionary GetParentObject()
Returns
GetSubtype()
public override PdfName GetSubtype()
Returns
SetOpen(bool)
Sets a flag specifying whether the annotation shall initially be displayed open.
public virtual PdfPopupAnnotation SetOpen(bool open)
Parameters
open
booltrue if annotation shall initially be open, false - if closed.
Returns
- PdfPopupAnnotation
this PdfPopupAnnotation instance.
Remarks
Sets a flag specifying whether the annotation shall initially be displayed open. This flag has affect to not all kinds of annotations.
SetParent(PdfAnnotation)
public virtual PdfPopupAnnotation SetParent(PdfAnnotation parent)
Parameters
parent
PdfAnnotation