Package | Description |
---|---|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(InputStream fileStream)
Gets the document information.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(InputStream fileStream,
DocumentInfoOptions documentInfoOptions)
Gets the document information.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(InputStream fileStream,
String fileName)
Gets the document information.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(InputStream fileStream,
String fileName,
DocumentInfoOptions documentInfoOptions)
Gets the document information.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(com.aspose.ms.System.IO.Stream fileStream)
getDocumentInfo.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(String guid)
Gets the document information.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(String guid,
DocumentInfoOptions documentInfoOptions)
Gets the document information.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(URI uri)
Gets the document information.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(URI uri,
DocumentInfoOptions documentInfoOptions)
Gets the document information.
|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(URI uri,
WindowsAuthenticationCredential credential,
DocumentInfoOptions documentInfoOptions)
Gets the document information.
|
Copyright © 2018. All rights reserved.