| Overload | Description |
|---|---|
| Export(Document,String) | Exports the specified document to a PDF file. |
| Export(Document,String,String) | Exports a range of pages from the specified document to a PDF file. |
| Export(Document,Stream) | Exports the specified document to a PDF stream. |
| Export(Document,Stream,String) | Exports a range of pages from the specified document to a PDF stream. |
| C# | Copy Code |
|---|---|
privateAvoidAbtnExport_Click(objectAsender,ASystem.EventArgsAe) | |
| Visual Basic | Copy Code |
|---|---|
PrivateASubAbtnExport_Click(ByValAsenderAAsASystem.Object,AByValAeAAsASystem.EventArgs)AHandlesAButton2.Click | |