IRectangle
Leave feedback
On this page
Defines interface properties for signature area on a document page.
public interface IRectangle
| Name | Description |
|---|---|
| Height { get; set; } | Height of Signature area on Document Page in Measure units (pixels, percents or millimeters see MeasureType SizeMeasureType). |
| Left { get; set; } | Left X position of Signature area on Document Page in Measure units (pixels, percents or millimeters see MeasureType LocationMeasureType). |
| LocationMeasureType { get; set; } | Measure type (pixels, percents or millimeters) for Left and Top properties. |
| SizeMeasureType { get; set; } | Measure type (pixels, percents or millimeters) for Width and Height properties. |
| Stretch { get; set; } | Stretch mode on Document Page. |
| Top { get; set; } | Top Y Position of Signature area on Document Page in Measure units (pixels, percents or millimeters see MeasureType LocationMeasureType). |
| Width { get; set; } | Width of Signature area on Document Page in Measure values (pixels, percents or millimeters see MeasureType SizeMeasureType). |
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.