| PdfPagePageObjects Property |
Gets the collection of PDF page objects found in the current page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfPageObjectsCollection PageObjects { get; }
Public ReadOnly Property PageObjects As PdfPageObjectsCollection
Get
public:
property PdfPageObjectsCollection^ PageObjects {
PdfPageObjectsCollection^ get ();
}
member PageObjects : PdfPageObjectsCollection with get
/** @property */
public PdfPageObjectsCollection get_PageObjects()
function get_PageObjects();
Property Value
PdfPageObjectsCollectionSee Also