Click or drag to resize

CPDFDocumentWriteToPreparedCopyPath Method

Incrementally writes the current document state to a prepared copy of the loaded file. The target file must already be copied from the original loaded path.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
C#
public bool WriteToPreparedCopyPath(
	string copyPath
)

Parameters

copyPath
Type: SystemString

Return Value

Type: Boolean
See Also