Click or drag to resize

PdfDocumentSave(SaveFlags, Int32) Method

Saves the copy of PDF document in custom way.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void Save(
	SaveFlags flags,
	int version = 0
)

Parameters

flags  SaveFlags
The creating flags.
version  Int32  (Optional)
The PDF file Version. File Version: 14 for 1.4, 15 for 1.5, ...
Remarks
Before calling this method the application should be subscribed to the WriteBlock event. SDK will fire this event for transmission of the next data block of PDF document.
See Also