PdfSharp-WPF  1.31.7289
PdfSharp.Windows Namespace Reference

Enumerations

enum class  RenderMode { Default = 0 }
 Specifies how to render the preview. More...
 
enum class  Zoom {
  Mininum = 10 , Maximum = 800 , Percent800 = 800 , Percent600 = 600 ,
  Percent400 = 400 , Percent200 = 200 , Percent150 = 150 , Percent100 = 100 ,
  Percent75 = 75 , Percent50 = 50 , Percent25 = 25 , Percent10 = 10 ,
  BestFit = -1 , TextFit = -2 , FullPage = -3 , OriginalSize = -4
}
 Defines a zoom factor used in the preview control. More...
 

Enumeration Type Documentation

◆ RenderMode

Specifies how to render the preview.

Enumerator
Default 

Draw retained

◆ Zoom

enum PdfSharp.Windows.Zoom
strong

Defines a zoom factor used in the preview control.

Enumerator
Mininum 

The smallest possible zoom factor.

Maximum 

The largest possible zoom factor.

Percent800 

A pre-defined zoom factor.

Percent600 

A pre-defined zoom factor.

Percent400 

A pre-defined zoom factor.

Percent200 

A pre-defined zoom factor.

Percent150 

A pre-defined zoom factor.

Percent100 

A pre-defined zoom factor.

Percent75 

A pre-defined zoom factor.

Percent50 

A pre-defined zoom factor.

Percent25 

A pre-defined zoom factor.

Percent10 

A pre-defined zoom factor.

BestFit 

Sets the percent value such that the document fits horizontally into the window.

TextFit 

Sets the percent value such that the printable area of the document fits horizontally into the window. Currently not yet implemented and the same as ZoomBestFit.

FullPage 

Sets the percent value such that the whole document fits completely into the window.

OriginalSize 

Sets the percent value such that the document is displayed in its real physical size.