Package | Description |
---|---|
com.groupdocs.viewer.legacy.handler |
The package provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
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,
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,
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,
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.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.
|
Copyright © 2020. All rights reserved.