The PdfToImageConverter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CustomArgs |
Gets or sets any additional command line arguments.
|
![]() | Dpi |
Gets or sets resolution (DPI).
|
![]() | EnableAntiAliasing |
Gets or sets anti-aliasing flag.
|
![]() | EnableVectorAntiAliasing |
Gets or sets vector anti-aliasing flag.
|
![]() | ExecutionTimeout |
Get or set maximum execution time for running poppler process (null is by default = no timeout)
|
![]() | ProcessPriority |
Gest or sets poppler tool process priority (Normal by default)
|
![]() | ScaleTo |
Scale to specified value x*y box.
|
![]() | TempFilesPath |
Get or set location for temp files (if not specified location returned by GetTempPath is used for temp files)
|
![]() | ToolExeName |
Gets or sets poppler tool file name ('pdftoppm.exe' by default)
|
![]() | ToolPath |
Gets or sets path where poppler tool is located
|
See Also