public final class SaveType
extends com.aspose.ms.System.Enum
Enumerates different ways of presenting the document at the client browser.
Modifier and Type | Field and Description |
---|---|
static int |
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 int |
OpenInBrowser
Open the document directly in browser.
|
public static final int 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.
public static final int OpenInBrowser
Open the document directly in browser.
Copyright © 2016 Aspose. All Rights Reserved.