Class PdfImportOptions

PdfImportOptions class

Allows to specify options when importing content from PDF document.

public class PdfImportOptions

Constructors

NameDescription
PdfImportOptions()The default constructor.

Properties

NameDescription
PageCount { get; set; }Gets or sets the number of pages to save. By default is MaxValue which means all pages of the document will be rendered.
PageIndex { get; set; }Gets or sets the index of the first page to save. By default is 0.
Password { get; set; }Gets or sets a password to decrypt the document content.

See Also