Class PdfImportOptions

Class PdfImportOptions

Namespace: Aspose.Note.Importing
Assembly: Aspose.Note.dll (24.12.0)

Allows to specify options when importing content from PDF document.

public class PdfImportOptions

Inheritance

objectPdfImportOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PdfImportOptions()

public PdfImportOptions()

Properties

PageCount

Gets or sets the number of pages to save. By default is System.Int32.MaxValue which means all pages of the document will be rendered.

public int PageCount { get; set; }

Property Value

int

PageIndex

Gets or sets the index of the first page to save. By default is 0.

public int PageIndex { get; set; }

Property Value

int

Password

Gets or sets a password to decrypt the document content.

public string Password { get; set; }

Property Value

string