PdfPage.Save Method (String, PdfDrawOptions)

Saves an image of the page to the file with specified name.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Save(
	string fileName,
	PdfDrawOptions options
)
VB
Public Sub Save ( 
	fileName As String,
	options As PdfDrawOptions
)

Parameters

fileName
Type: System.String
Name of the file to save an image of the page to.
options
Type: BitMiracle.Docotic.Pdf.PdfDrawOptions
The options to use while creating the image.

See Also