←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
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly