 | PdfPageObjectsCollectionGenerateToStream Method |
Generate XObject stream from this page object list.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfTypeStream GenerateToStream(
PdfDocument doc
)
Public Function GenerateToStream (
doc As PdfDocument
) As PdfTypeStream
public:
PdfTypeStream^ GenerateToStream(
PdfDocument^ doc
)
member GenerateToStream :
doc : PdfDocument -> PdfTypeStream public PdfTypeStream GenerateToStream(
PdfDocument doc
)
function GenerateToStream(doc);
Parameters
- doc PdfDocument
- The document.
Return Value
PdfTypeStreamThe PDF XObject stream.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to the method. |
See Also