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

Show in webframe

IsFlat Property






Gets a value that indicates whether this SvgDocument is flat.
Syntax
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()
public:
property bool IsFlat {
   bool get();
}

Property Value

true if this document is flat; otherwise, false.
Remarks

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.

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