Class PdfLoadOptions
Namespace: Aspose.Words.Loading
Assembly: Aspose.Words.dll (25.8.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 : LoadOptionsInheritance
object ← LoadOptions ← PdfLoadOptions
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
PageIndex
Gets or sets the 0-based index of the first page to read. Default is 0.
public int PageIndex { get; set; }Property Value
SkipPdfImages
Gets or sets the flag indicating whether images must be skipped while loading PDF document. Default is false.
public bool SkipPdfImages { get; set; }