Click or drag to resize

PdfPageObjectContainer Property

Gets the PdfPageObjectsCollection that contains this PdfPageObject.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfPageObjectsCollection Container { get; }

Property Value

PdfPageObjectsCollection
The PdfPageObjectsCollection that contains the PdfPageObject, if any, or null if the PdfPageObject is not added in a PdfPageObjectsCollection.
See Also