Click or drag to resize

PdfOptionsToXml Method

Saves the current instance of PdfOptions as an XML element.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public XElement ToXml()

Return Value

Type: XElement
The XML element representing the current instance.
See Also