public bool RenderBlockGraphicsBegin()
'Declaration Public Function RenderBlockGraphicsBegin() As Boolean
Return Value
This method always returns true.
This method throws an exception if a call to RenderBlockGraphicsBegin without a matching call to RenderBlockGraphicsEnd has already been issued.
This method can only be used between calls to StartDoc and EndDoc methods on the current document. For details, see RenderBlock.