ToPdf

ToPdf(string)

Saves the shape to a pdf file.

public void ToPdf(string fileName)
Parameter Type Description
fileName String the pdf file name with full path

See Also


ToPdf(Stream)

Creates the shape pdf and saves it to a stream.

public void ToPdf(Stream stream)
Parameter Type Description
stream Stream The output stream.

See Also