Package | Description |
---|---|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
List<PageImage> |
ViewerImageHandler.getPages(AttachmentBase attachment,
ImageOptions imageOptions)
Get list of pages image representations for attachment.
|
List<PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
ImageOptions imageOptions)
Get list of pages image representations.
|
List<PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
String fileName,
ImageOptions imageOptions)
Get list of pages image representations.
|
List<PageImage> |
ViewerImageHandler.getPages(String guid,
ImageOptions imageOptions)
Get list of pages image representations.
|
List<PageImage> |
ViewerImageHandler.getPages(URI uri,
ImageOptions imageOptions)
Get list of pages image representations.
|
List<PageImage> |
ViewerImageHandler.getPages(URI uri,
WindowsAuthenticationCredential credential,
ImageOptions imageOptions)
Get list of pages image representations.
|
Copyright © 2018. All rights reserved.