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