Class PdfLoadOptions

Class PdfLoadOptions

Namespace: Aspose.Words.Loading
Assembly: Aspose.Words.dll (25.3.0)

Allows to specify additional options when loading Pdf document into a Aspose.Words.Document object.

To learn more, visit the Specify Load Options documentation article.

public class PdfLoadOptions : LoadOptions

Inheritance

objectLoadOptionsPdfLoadOptions

Inherited Members

LoadOptions.Equals(object), LoadOptions.LoadFormat, LoadOptions.Password, LoadOptions.BaseUri, LoadOptions.Encoding, LoadOptions.ResourceLoadingCallback, LoadOptions.WarningCallback, LoadOptions.ProgressCallback, LoadOptions.PreserveIncludePictureField, LoadOptions.ConvertShapeToOfficeMath, LoadOptions.FontSettings, LoadOptions.TempFolder, LoadOptions.ConvertMetafilesToPng, LoadOptions.MswVersion, LoadOptions.UpdateDirtyFields, LoadOptions.IgnoreOleData, LoadOptions.UseSystemLcid, LoadOptions.LanguagePreferences, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PdfLoadOptions()

public PdfLoadOptions()

Properties

PageCount

Gets or sets the number of pages to read. Default is MaxValue which means all pages of the document will be read.

public int PageCount { get; set; }

Property Value

int

PageIndex

Gets or sets the 0-based index of the first page to read. Default is 0.

public int PageIndex { get; set; }

Property Value

int

SkipPdfImages

Gets or sets the flag indicating whether images must be skipped while loading PDF document. Default is false.

public bool SkipPdfImages { get; set; }

Property Value

bool