PDF File Writer Class Library - Author Uzi Granot
WindowResize Enumeration |
Floating window resize options
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
SyntaxC#
public enum WindowResize
Members| Member name | Value | Description | |
|---|---|---|---|
| NoResize | 0 | No resize | |
| KeepAspectRatio | 1 | Resize with correct aspect ratio | |
| NoAspectRatio | 2 | Resize without aspect ratio |
See Also