PdfOptions

Class PdfOptions

Namespace: Imagise.Converter.ImageOptions
Assembly: Imagise.Converter.dll

The PDF options.

public class PdfOptions : ImageOptions, IDisposable

Inheritance

object ← ImageOptions ← PdfOptions

Implements

IDisposable

Inherited Members

ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PdfOptions()

Initializes a new instance of the class.

public PdfOptions()

PdfOptions(SizeF)

Initializes a new instance of the class.

public PdfOptions(SizeF pageSize)

Parameters

pageSize SizeF

Size of the page.

Properties

PageHeight

Gets or sets the height of the page.

public float PageHeight { get; }

Property Value

float

PageWidth

Gets or sets the width of the page.

public float PageWidth { get; }

Property Value

float

UseOriginalImageResolution

Gets or sets a value indicating to use the original image DPI resolution

public bool UseOriginalImageResolution { get; set; }

Property Value

bool