PdfDrawScaling Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfDrawScaling Enumeration
Specifies how a PdfPage should be resized before being drawn and saved as an image.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfDrawScaling
VB
Public Enumeration PdfDrawScaling

Members

  Member nameValueDescription
Zoom0 Scale page to the specified percent.
FitWidth1 Scale page to fit the specified width.
FitHeight2 Scale page to fit the specified height.
FitSize3 Scale page to fit the specified size.

See Also