Rectangle Property

Summary

Gets or sets the dimensions for a segment.

Syntax
C#
VB
C++
public LeadRect Rectangle { get; set; } 
Public Property Rectangle As LeadRect 
public: 
property LeadRect Rectangle { 
   LeadRect get(); 
   void set (    LeadRect ); 
} 

Property Value

The dimensions for a segment.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

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

Leadtools.PdfCompressor Assembly