com.spire.pdf.print
Enum PdfSinglePageScalingMode

java.lang.Object
  extended by java.lang.Enum<PdfSinglePageScalingMode>
      extended by com.spire.pdf.print.PdfSinglePageScalingMode
All Implemented Interfaces:
java.lang.Comparable<PdfSinglePageScalingMode>

public enum PdfSinglePageScalingMode
extends java.lang.Enum<PdfSinglePageScalingMode>


Enum Constant Summary
Custom_Sacle
          Custom Scale
Fit_Size
          Adaptive content size
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

Fit_Size

public static final PdfSinglePageScalingMode Fit_Size
Adaptive content size


Custom_Sacle

public static final PdfSinglePageScalingMode Custom_Sacle
Custom Scale

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()