DocumentModelConvertToImageSource Method |
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic ImageSource ConvertToImageSource(
ImageSaveOptions options
)
Public Function ConvertToImageSource (
options As ImageSaveOptions
) As ImageSource
Parameters
- options
- Type: GemBox.DocumentImageSaveOptions
The options used when converting a single document's page to an image.
Return Value
Type:
ImageSourceA new
ImageSource instance created from a single document's page specified in
options.
See Also