Click or drag to resize

PdfDocumentSave Method (SaveFlags, Int32)

Saves the copy of PDF document in custom way.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public void Save(
	SaveFlags flags,
	int version = 0
)

Parameters

flags
Type: Patagames.Pdf.EnumsSaveFlags
The creating flags.
version (Optional)
Type: SystemInt32
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