←Select platform

IsValid Property

Summary

Gets or sets a value that indicates whether the SVG document contains valid calculated bounds.

Syntax

C#
VB
Java
Objective-C
C++
public bool IsValid { get; set; } 
Public Property IsValid As Boolean 
@property (nonatomic, assign) BOOL isValid 
public boolean isValid() 
public void setValid(boolean isValid) 
             
public: 
property bool IsValid { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly