←Select platform

Bounds Property

Summary
Gets or sets the bounding rectangles of each character in the text.
Syntax
C#
VB
Objective-C
C++
Java
public LeadRectD[] Bounds { get; set; } 
Public Property Bounds As LeadRectD() 
@property (nonatomic, strong, null_unspecified) NSArray<NSValue *> *bounds //LeadRectD 
public LeadRectD[] getBounds() 
public void setBounds(LeadRectD[] bounds) 
public: 
property array<LeadRectD>^ Bounds { 
   array<LeadRectD>^ get(); 
   void set (    array<LeadRectD>^ ); 
} 

Property Value

The bounding rectangles of each character in the text. The default value is null.

Remarks

Refer to SvgDocument.SortElements and SvgTextData for more information.

Example

For an example, refer to SvgDocument.SortElements.

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.