Package | Description |
---|---|
com.groupdocs.viewer.legacy.handler |
The package provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
com.groupdocs.viewer.legacy.domain.image.PageImage |
ViewerImageHandler.getUnlicensedViewCountExceededPage(com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get unlicensed view count exceeded page.
|
Modifier and Type | Method and Description |
---|---|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Get list of pages image representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(InputStream fileStream)
Deprecated.
Get list of pages image representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Get list of pages image representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
String fileName)
Deprecated.
Get list of pages image representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
String fileName,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(String guid)
Deprecated.
Get list of pages image representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(String guid,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(URI uri)
Deprecated.
Get list of pages image representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewerImageHandler.performTransformations(List<com.groupdocs.viewer.legacy.domain.image.PageImage> pages,
com.groupdocs.viewer.legacy.helper.transformation.options.TransformationOptions transformationOptions)
Deprecated.
Performs transformations.
|
Copyright © 2020. All rights reserved.