Shape.ToPdf

ToPdf(string)

Saves the shape to a pdf file.

public void ToPdf(string fileName)
ParameterTypeDescription
fileNameStringthe 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)
ParameterTypeDescription
streamStreamThe output stream.

See Also