com.spire.pdf
Enum PdfPrintPageScaling

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

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

Pdf Print Page Scale type


Enum Constant Summary
Actual_Size
          The actual size of the content
Custom_Sacle
          Custom Scale
Fit_Size
          Adaptive content size
Shrink_Oversized
          Shrink oversized pages
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

Fit_Size

public static final PdfPrintPageScaling Fit_Size
Adaptive content size


Actual_Size

public static final PdfPrintPageScaling Actual_Size
The actual size of the content


Shrink_Oversized

public static final PdfPrintPageScaling Shrink_Oversized
Shrink oversized pages


Custom_Sacle

public static final PdfPrintPageScaling Custom_Sacle
Custom Scale

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()