Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

Bounds Property (SvgTextData)






Gets or sets the bounding rectangles of each character in the text.
Syntax
public LeadRectD[] Bounds {get; set;}
'Declaration
 
Public Property Bounds As LeadRectD()
'Usage
 
Dim instance As SvgTextData
Dim value() As LeadRectD
 
instance.Bounds = value
 
value = instance.Bounds
@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>^ value);
}

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

See Also

Reference

SvgTextData Class
SvgTextData Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features