| PdfControlRect Property |
Gets or sets the rectangle of the control.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_RECTF Rect { get; set; }
Public Property Rect As FS_RECTF
Get
Set
public:
property FS_RECTF Rect {
FS_RECTF get ();
void set (FS_RECTF value);
}
member Rect : FS_RECTF with get, set
/** @property */
public FS_RECTF get_Rect()
/** @property */
public void set_Rect(FS_RECTF value)
function get_Rect();
function set_Rect(value);
Property Value
FS_RECTF
After changing this property, you must call the
ResetAppearance method for the changes to take effect.
See Also