 | PdfPageObjectContainer Property |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
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
PdfPageObjectsCollectionThe
PdfPageObjectsCollection that contains the
PdfPageObject,
if any, or null if the
PdfPageObject is not added in a
PdfPageObjectsCollection.
See Also