| PdfRectangle Constructor (XElement, Int32) |
Initializes a new instance of the
PdfRectangle class from a serialized XML element.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public PdfRectangle(
XElement xml,
int scale
)
Parameters
- xml
- Type: System.Xml.LinqXElement
The serialized XML element. - scale
- Type: SystemInt32
A scale factor for saving as integers.
See Also