XObjects

PdfPage.XObjects property

Gets the collection of all XObjects of this PdfPage.

public PdfXObjectCollection XObjects { get; }

Property Value

The collection of all XObjects of this PdfPage.

See Also