|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PrintScalingMode>
com.spire.pdf.PrintScalingMode
public enum PrintScalingMode
Specifies the different page scaling option that shall be selected when a print dialog is displayed for this document.
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 |
---|
public static final PrintScalingMode App_Default
public static final PrintScalingMode None
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static PrintScalingMode getPrintScalingModeFromValue(long value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |