  | PdfRectangleFromXml Method  | 
 
            Initializes a new instance from a serialized XML element.
            
 
    Namespace: 
   Opait.Pdf.Api
    Assembly:
   Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntaxpublic void FromXml(
	XElement xml,
	int scale
)
Parameters
- xml
 - Type: System.Xml.LinqXElement
The serialized XML element. - scale
 - Type: SystemInt32
A scale factor used in saving as integers. 
See Also