Click or drag to resize

PdfDocumentMetadataAppend Method

Adds the metadata to an existing PDF stream

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Append(
	Stream stm,
	bool mergeMetadata
)

Parameters

stm
Type: System.IOStream
A non-null stream containing a PDF document.
mergeMetadata
Type: SystemBoolean
Determines if the metadata will be merged into the existing document metadata, if any.
See Also