'Declaration Public Property SignatureRect As System.Drawing.RectangleF
public System.Drawing.RectangleF SignatureRect { get; set; }
public: __property System.Drawing.RectangleF* get_SignatureRect(); public: __property void set_SignatureRect(
System.Drawing.RectangleF* value
);
public:
property System.Drawing.RectangleF^ SignatureRect { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }