PdfReader.Frames Property

Gets PDF pages from PdfReader.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public FrameCollection<PdfFrame> Frames { get; }

Property Value

A FrameCollection<TFrame> of the PdfFrame elements.

See Also

Reference