Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Initializes a new instance of the Bytescout.PDF.StrikeOutAnnotation class.
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 1.9.9.352-master
Syntax
public StrikeOutAnnotation( float left, float top, float width, float height, float angle )
Parameters
- left
- Type: SystemSingle
The x-coordinate of the upper-left corner of the annotation. - top
- Type: SystemSingle
The y-coordinate of the upper-left corner of the annotation. - width
- Type: SystemSingle
The width of the annotation. - height
- Type: SystemSingle
The height of the annotation. - angle
- Type: SystemSingle
The angle, in degrees, to rotate the annotation by.
See Also