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 : IsFlat Property |
public bool IsFlat {get;}
'Declaration
Public ReadOnly Property IsFlat As Boolean
'Usage
Dim instance As SvgDocument Dim value As Boolean value = instance.IsFlat
@property (nonatomic, assign, getter=isFlat) BOOL flat
public boolean isFlat()
For more information about flat SVG documents and bounds and resolution, refer to SVG Size, Bounds and Flat.
Use Flat and ToFlat to flaten a document in-place or return a flat copy of an SvgDocument. Use SetFlat to set or clear the internal flattening flag manually.
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.