Class PdfOptions
- Namespace
- Aspose.Imaging.ImageOptions
- Assembly
- Aspose.Imaging.dll
The PDF options.
public class PdfOptions : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata
- Inheritance
-
PdfOptions
- Implements
- Inherited Members
Constructors
PdfOptions()
public PdfOptions()
Properties
PageSize
Gets or sets the size of the page.
public SizeF PageSize { get; set; }
Property Value
- SizeF
The size of the page.
PdfCoreOptions
The PDF core options
public PdfCoreOptions PdfCoreOptions { get; set; }
Property Value
PdfDocumentInfo
Gets or sets metadata for document.
public PdfDocumentInfo PdfDocumentInfo { get; set; }
Property Value
UseOriginalImageResolution
Gets or sets a value indicating to use the original image DPI resolution
public bool UseOriginalImageResolution { get; set; }
Property Value
- bool
Indicator to use the original image DPI resolution