PagePreviewOptions

PagePreviewOptions class

Provides the options which are used to generate the document page preview.

public sealed class PagePreviewOptions

Constructors

Name Description
PagePreviewOptions(int) Initializes a new instance of the PagePreviewOptions class with the preview dpi.
PagePreviewOptions(PagePreviewFormat) Initializes a new instance of the PagePreviewOptions class with the preview format.
PagePreviewOptions(PagePreviewFormat, int) Initializes a new instance of the PagePreviewOptions class the preview format and dpi.

Properties

Name Description
Dpi { get; } Gets a dpi of the document page image.
Format { get; } Gets a format of the document page image.

Fields

Name Description
const DEFAULT_DPI Defines a default value of Dpi property.

See Also