Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

SetFlat Method






true to force the flat-state of this document, false; to clear it.
Sets the flat flag of this document.
Syntax
public void SetFlat( 
   bool value
)
'Declaration
 
Public Sub SetFlat( _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As SvgDocument
Dim value As Boolean
 
instance.SetFlat(value)
@property (nonatomic, assign, getter=isFlat) BOOL flat
public void setFlat(boolean isFlat)
public:
void SetFlat( 
   bool value
) 

Parameters

value
true to force the flat-state of this document, false; to clear it.
Remarks

For more information about flat SVG documents and bounds and resolution, refer to SVG Size, Bounds and Flat.

Use IsFlat to obtain a value that indicates whether this document is flat.

Use Flat and ToFlat to flat a document in-place or return a flat copy of an SvgDocument.

Use CalculateBounds to calculate the physical (pixel) bounds and resolution of this document and Bounds to obtain these values.

Example

For an example, refer to SvgDocument.

Requirements

Target Platforms

See Also

Reference

SvgDocument Class
SvgDocument Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features