Class PdfReadDefines
- Namespace
- ImageMagick.Formats
- Assembly
- Magick.NET-Q8-AnyCPU.dll
Class for defines that are used when a ImageMagick.MagickFormat.Pdf image is read.
public sealed class PdfReadDefines : IReadDefines, IDefines
- Inheritance
-
PdfReadDefines
- Implements
-
IReadDefinesIDefines
- Inherited Members
Constructors
PdfReadDefines()
public PdfReadDefines()
Properties
Defines
Gets the defines that should be set as a define on an image.
public IEnumerable<IDefine> Defines { get; }
Property Value
- IEnumerable<IDefine>
FitPage
Gets or sets the size where the image should be scaled to fit the page (pdf:fit-page).
public IMagickGeometry? FitPage { get; set; }
Property Value
- IMagickGeometry
Format
Gets the format where the defines are for.
public MagickFormat? Format { get; }
Property Value
- MagickFormat
HideAnnotations
Gets or sets a value indicating whether annotations should be hidden (pdf:hide-annotations).
public bool? HideAnnotations { get; set; }
Property Value
- bool?
Interpolate
Gets or sets a value indicating whether all images are forced to be interpolated at full device resolution (pdf: interpolate).
public bool? Interpolate { get; set; }
Property Value
- bool?
Password
Gets or sets the password that should be used to open the pdf (authenticate).
public string? Password { get; set; }
Property Value
UseCropBox
Gets or sets a value indicating whether use of the cropbox should be forced (pdf:use-trimbox).
public bool? UseCropBox { get; set; }
Property Value
- bool?
UseTrimBox
Gets or sets a value indicating whether use of the trimbox should be forced (pdf:use-trimbox).
public bool? UseTrimBox { get; set; }
Property Value
- bool?