Overload | Description |
---|---|
Export(String) | Exports this document to a file with specified path. |
Export(String,DocumentLayoutSettings,RenderingSettings) | Exports this document to a file with specified path. |
Export(String,EncoderBase) | Exports this document to a file with specified path. |
Export(Stream,EncoderBase) | Exports this document to the specified stream using specified encoder. |
Export(Stream,EncoderBase,DocumentLayoutSettings,RenderingSettings) | Exports this document to the specified stream using specified encoder. |