←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#
Objective-C
C++/CLI
Java
Python
public bool IsTrimmed { get; set; } 
@property (nonatomic, assign) BOOL isTrimmed; 
public boolean isTrimmed() 
public void setTrimmed(boolean isTrimmed) 
public: 
property bool IsTrimmed { 
   bool get(); 
   void set (    bool ); 
} 
IsTrimmed # get and set (SvgBounds) 

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 22.0.2023.4.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

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