Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgDocument Class : SetFlat Method |
'Usage
Dim instance As SvgDocument Dim value As Boolean instance.SetFlat(value)
@property (nonatomic, assign, getter=isFlat) BOOL flat
public void setFlat(boolean isFlat)
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.
For an example, refer to SvgDocument.