Name | Description | |
---|---|---|
![]() | DefaultFormatExtension | Gets the extension of the default file format of this image exporter. Should be specified without the dot, for example "png". |
![]() | FileTypes | Gets/Sets the file types supported by this image exporter. |
The following tables list the members exposed by NContinuousMediaExporter<TContent>.
Name | Description | |
---|---|---|
![]() | DefaultFormatExtension | Gets the extension of the default file format of this image exporter. Should be specified without the dot, for example "png". |
![]() | FileTypes | Gets/Sets the file types supported by this image exporter. |
Name | Description | |
---|---|---|
![]() | CopyToClipboard | Overloaded. Copies an image to the clipboard. The image contains the area of the document with the specified bounds and is generated with the specified dpi. |
![]() | GetDocumentContentBounds | Gets the bounds of the document content. |
![]() | SaveAsImage | Overloaded. Shows a file dialog for selecting an image file and exports the given bounds of the document to an image with the specified DPI. The format of the image is determined by the type of image selected by the user. |
![]() | SaveToFileAsync | Overloaded. Saves the given bounds of the document to the specified file. |
![]() | SaveToStream | Exports the specified bounds of the document to an image and saves it to the given stream. |
Name | Description | |
---|---|---|
![]() | GetFileTypes | Gets the file types supported by this image exporter. |
![]() | GetVisualToRender | Gets the visual, which should be rendered to raster. |
![]() | OnImageDocumentContentCreated | Called when content of the image document has been initialized. |
![]() | OnSaveFileDialogClosed | Called when the save file dialog created by the "SaveAsImage" method has been closed. |
![]() | rvl |