 | PdfPagePageObjects Property |
Gets the collection of PDF page objects found in the current page.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic 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
Type:
PdfPageObjectsCollection
See Also