| PdfTextObjectLocation Property |
Gets or sets the coordinates of the bottom-left corner of the text object relative to the down-left corner of its page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public FS_POINTF Location { get; set; }
Public Property Location As FS_POINTF
Get
Set
public:
property FS_POINTF Location {
FS_POINTF get ();
void set (FS_POINTF value);
}
member Location : FS_POINTF with get, set
/** @property */
public FS_POINTF get_Location()
/** @property */
public void set_Location(FS_POINTF value)
function get_Location();
function set_Location(value);
Property Value
FS_POINTFSee Also