 | PdfLinkAnnotationRect Property |
Gets the annotation rectangle. (Specified by the entry of annotation dictionary).
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FS_RECTF AnnotationRect { get; set; }Public Property AnnotationRect As FS_RECTF
Get
Set
public:
property FS_RECTF AnnotationRect {
FS_RECTF get ();
void set (FS_RECTF value);
}member AnnotationRect : FS_RECTF with get, set
/** @property */
public FS_RECTF get_AnnotationRect()
/** @property */
public void set_AnnotationRect(FS_RECTF value)
function get_AnnotationRect();
function set_AnnotationRect(value);
Property Value
FS_RECTF
See Also