 | PathPointsCollectionHost Property |
Gets the parent object that hosts this collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfPathObject Host { get; set; }Public Property Host As PdfPathObject
Get
Set
public:
property PdfPathObject^ Host {
PdfPathObject^ get ();
void set (PdfPathObject^ value);
}member Host : PdfPathObject with get, set
/** @property */
public PdfPathObject get_Host()
/** @property */
public void set_Host(PdfPathObject value)
function get_Host();
function set_Host(value);
Property Value
PdfPathObject
See Also