C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderBlockGraphicsEnd Method

In This Topic
RenderBlockGraphicsEnd Method
In This Topic
Adds the internally maintained RenderGraphics object created with a previous call to RenderBlockGraphicsBegin to the block flow of the current document.
Syntax
'Declaration
 
Public Function RenderBlockGraphicsEnd() As Boolean
 

Return Value

true if no warnings were generated by this call, false otherwise.
Remarks
Internally, this method calls RenderBlock, passing the CurrentBlockRenderGraphics as the parameter, and resets the internal variable used to hold that value.
See Also