'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 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.