WindowResize Enumeration

PDF File Writer

WindowResize Enumeration

Floating window resize options

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public enum WindowResize
Members
  Member nameValueDescription
NoResize0 No resize
KeepAspectRatio1 Resize with correct aspect ratio
NoAspectRatio2 Resize without aspect ratio
See Also