←Select platform

IsTrimmed Property

Summary
Gets or sets a value that indicates whether the bounds were calculated by cropping the child elements themselves and ignoring the SVG document size.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsTrimmed { get; set; } 
Public Property IsTrimmed As Boolean 
@property (nonatomic, assign) BOOL isTrimmed 
public boolean isTrimmed() 
public void setTrimmed(boolean isTrimmed) 
public: 
property bool IsTrimmed { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if Bounds was calculated by cropping the child elements themselves and ignoring the SVG document size; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.