Table of Contents

Class Page.Experimental

Namespace
UglyToad.PdfPig.Content
Assembly
UglyToad.PdfPig.dll

Provides access to useful members which will change in future releases.

public class Page.Experimental
Inheritance
Page.Experimental
Inherited Members

Properties

Paths

The set of PdfPaths drawn by the PDF content.

public IReadOnlyList<PdfPath> Paths { get; }

Property Value

IReadOnlyList<PdfPath>

Methods

GetAnnotations()

Get the annotation objects from the page.

public IEnumerable<Annotation> GetAnnotations()

Returns

IEnumerable<Annotation>

The lazily evaluated set of annotations on this page.

GetOptionalContents()

Gets any optional content on the page.

Does not handle XObjects and annotations for the time being.

public IReadOnlyDictionary<string, IReadOnlyList<OptionalContentGroupElement>> GetOptionalContents()

Returns

IReadOnlyDictionary<string, IReadOnlyList<OptionalContentGroupElement>>