Table of Contents

Property Pages

Namespace
DocWright.Formats.Pdf.Raster
Assembly
DocWright.Formats.Pdf.dll

Pages

Gets or sets the pages to render. Defaults to All.

public PageRange Pages { get; set; }

Property Value

PageRange

Remarks

The same PageRange the document-to-image path uses, so a caller who knows one knows both. A range naming pages the document does not have is an error rather than an empty result — silently producing nothing is the failure mode that looks like success.