'Declaration Public Sub Render( _ ByVal target As TargetDeviceKind, _ Optional ByVal doContent As Boolean, _ Optional ByVal doBackground As Boolean, _ Optional ByVal doBorders As Boolean _ )
public void Render( TargetDeviceKind target, bool doContent, bool doBackground, bool doBorders )
Parameters
- target
- The target device kind.
- doContent
- If set to
true
, renders the content of the area. Default istrue
. - doBackground
- If set to
true
, renders the background of the area. Default istrue
. - doBorders
- If set to
true
, renders the borders of the area. Default isfalse
.