com.spire.pdf.interactive.digitalsignatures
Enum SignImageLayout

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

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

The layout determine how to display the sign image.


Enum Constant Summary
None
          Default.
Stretch
          Stretch the sign image.
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

None

public static final SignImageLayout None
Default. Sign image status without any modification.


Stretch

public static final SignImageLayout Stretch
Stretch the sign image.

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()