DocumentModelPageSave Method (String) |
Saves the document page to a file with the specified path. Path must include file extension.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 27.3.30.1210
Syntaxpublic void Save(
string path
)
Public Sub Save (
path As String
)
Parameters
- path
- Type: SystemString
The path to which to save the document page.
Exceptions
Remarks
File extension that is extracted from the
path is used to create the appropriate
SaveOptions derived class instance that is then passed to the
Save(String, SaveOptions) method.
Following file extensions are supported:
- Portable Document Format: .pdf
See Also