Click or drag to resize

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
Syntax
C#
public 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