Click or drag to resize

PdfPageObjectsCollectionGenerateToStream Method

Generate XObject stream from this page object list.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfTypeStream GenerateToStream(
	PdfDocument doc
)

Parameters

doc  PdfDocument
The document.

Return Value

PdfTypeStream
The PDF XObject stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to the method.
See Also