aspose.pdf
Class SaveType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.SaveType

public final class SaveType
extends EnumerationBase

Enumerates different ways of presenting the document at the client browser.


Field Summary
static SaveType OpenInAcrobat
          Send the document to the browser and present an option to save the document to disk or open in an application associated with .pdf extension.
static SaveType OpenInBrowser
          Open the document directly in browser.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OpenInBrowser

public static final SaveType OpenInBrowser
Open the document directly in browser.


OpenInAcrobat

public static final SaveType OpenInAcrobat
Send the document to the browser and present an option to save the document to disk or open in an application associated with .pdf extension.