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+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public bool WriteToPreparedCopyPath(
	string copyPath
)

Parameters

copyPath
Type: SystemString

Return Value

Type: Boolean
See Also