Gets or sets the current printer paper size.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PaperSize() As EPaperSize |
C++
Copy Code
|
|---|
public: |
A member of the EPaperSize enumeration. The default is pszUseDefault.
RemarksThis property allows overriding the default paper size set for a printer in the Control Panel applet for that printer. The default value pszUseDefault makes FlowChartX use the size selected in the printer settings. The pszCustom value allows setting custom paper size using the PaperWidth and PaperLength properties. Any other value makes FlowChartX print the diagram using the specified predefined paper size.
See Also