Package | Description |
---|---|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
PageImage |
ViewerImageHandler.getUnlicensedViewCountExceededPage(RenderOptions renderOptions) |
Modifier and Type | Method and Description |
---|---|
List<PageImage> |
ViewerImageHandler.getPages(AttachmentBase attachment)
Get list of pages image representations for attachment.
|
List<PageImage> |
ViewerImageHandler.getPages(AttachmentBase attachment,
ImageOptions imageOptions)
Get list of pages image representations for attachment.
|
List<PageImage> |
ViewerImageHandler.getPages(InputStream fileStream)
Get list of pages image representations.
|
List<PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
ImageOptions imageOptions)
Get list of pages image representations.
|
List<PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
String fileName)
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)
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)
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.
|
com.groupdocs.viewer.converter.Converter<PageImage> |
ViewerImageHandler.resolveConverter(com.groupdocs.viewer.domain.options.ConvertOptions convertOptions) |
Modifier and Type | Method and Description |
---|---|
void |
ViewerImageHandler.performTransformations(List<PageImage> pages,
com.groupdocs.viewer.helper.transformation.options.TransformationOptions transformationOptions) |
Copyright © 2018. All rights reserved.