VisualDrawingFormatDrawing Method (PaginatorOptions) |
Formats this
VisualDrawing to its default size so it can be exported to PDF, XPS, image or be printed.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 21.0.35.1054
Syntaxpublic FormattedVisualDrawing FormatDrawing(
PaginatorOptions options
)
Public Function FormatDrawing (
options As PaginatorOptions
) As FormattedVisualDrawing
Parameters
- options
- Type: GemBox.PresentationPaginatorOptions
The options used to specify which parts of the visual drawing to update while formatting it.
Return Value
Type:
FormattedVisualDrawingFormattedVisualDrawing that can be exported to PDF, XPS, image or be printed.
Exceptions
See Also