 | PdfPageObjectContainer Property |
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
Syntaxpublic PdfPageObjectsCollection Container { get; }
Public ReadOnly Property Container As PdfPageObjectsCollection
Get
public:
property PdfPageObjectsCollection^ Container {
PdfPageObjectsCollection^ get ();
}
member Container : PdfPageObjectsCollection with get
/** @property */
public PdfPageObjectsCollection get_Container()
function get_Container();
Property Value
Type:
PdfPageObjectsCollectionThe
PdfPageObjectsCollection that contains the
PdfPageObject,
if any, or null if the
PdfPageObject is not added in a
PdfPageObjectsCollection.
See Also