printscalingmode-ag凯发旗舰厅
com.spire.pdf
enum printscalingmode
java.lang.object
java.lang.enum<printscalingmode>
com.spire.pdf.printscalingmode
- all implemented interfaces:
- java.lang.comparable<printscalingmode>
public enum printscalingmode
- extends java.lang.enum<printscalingmode>
specifies the different page scaling option that shall be selected when a print dialog is displayed for this document.
- see also:
default value is appdefault.
method summary |
java.lang.string |
getname()
gets the name of the selected page scaling option |
static printscalingmode |
getprintscalingmodefromvalue(long value)
gets the print scaling via the value of the selected page scaling option |
int |
getvalue()
gets the value of the selected page scaling option |
app_default
public static final printscalingmode app_default
none
public static final printscalingmode none
getname
public java.lang.string getname()
- gets the name of the selected page scaling option
getvalue
public int getvalue()
- gets the value of the selected page scaling option
getprintscalingmodefromvalue
public static printscalingmode getprintscalingmodefromvalue(long value)
- gets the print scaling via the value of the selected page scaling option
- parameters:
value
-