Table of Contents

Enum PdfDrawScaling

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies how a PdfPage should be resized before being drawn and saved as an image.

public enum PdfDrawScaling

Fields

FitHeight = 2

Scale page to fit the specified height.

FitSize = 3

Scale page to fit the specified size.

FitWidth = 1

Scale page to fit the specified width.

Zoom = 0

Scale page to the specified percent.