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

Show in webframe

IsValid Property






Gets or sets a value that indicates whether the SVG document contains valid calculated bounds.
Syntax
public bool IsValid {get; set;}
'Declaration
 
Public Property IsValid As Boolean
'Usage
 
Dim instance As SvgBounds
Dim value As Boolean
 
instance.IsValid = value
 
value = instance.IsValid
@property (nonatomic, assign) BOOL isValid
public boolean isValid()
public void setValid(boolean isValid)
            
public:
property bool IsValid {
   bool get();
   void set (    bool value);
}

Property Value

true if the SVG document contains valid calculated bounds; otherwise, false.
Remarks

If the value of IsValid is false, then none of the other properties of this class contain valid values.

This value is set to true by SvgDocument.CalculateBounds.

Example

For an example, refer to SvgDocument.

Requirements

Target Platforms

See Also

Reference

SvgBounds Structure
SvgBounds 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