printscalingmode-ag凯发旗舰厅



com.spire.pdf
enum printscalingmode

java.lang.object
  extended by java.lang.enum<printscalingmode>
      extended by 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.

enum constant summary
app_default
           
none
           
 
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
 
enum constant detail

app_default

public static final printscalingmode app_default

none

public static final printscalingmode none
method detail

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 -


网站地图