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 > SvgBounds Structure : IsValid Property |
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)
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.
For an example, refer to SvgDocument.