 | HighlightInfoInflate Property |
Gets or sets delta values for each edge of the rectangles of the highlighted text.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntaxpublic FS_RECTF Inflate {
get;
set; }
Public Property Inflate As FS_RECTF
Get
Set
public:
property FS_RECTF Inflate {
FS_RECTF get ();
void set (FS_RECTF value);
}
member Inflate : FS_RECTF with
get, set
/** @property */
public FS_RECTF get_Inflate()
/** @property */
public void set_Inflate(FS_RECTF value)
function get_Inflate();
function set_Inflate(value);
Property Value
FS_RECTF
See Also