Click or drag to resize

PdfPageObjectsCollectionParseXObject Method

Parse the stream and constructs a collection of page objects stored in that stream.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static PdfPageObjectsCollection ParseXObject(
	PdfDocument doc,
	PdfTypeStream stream,
	PdfTypeDictionary resourceDict = null
)

Parameters

doc  PdfDocument
The document to which the stream belongs.
stream  PdfTypeStream
A stream containing PDF XObject.
resourceDict  PdfTypeDictionary  (Optional)
The stream containing the XObject's resources. Must be null if the resources are stored in the stream's dictionary.

Return Value

PdfPageObjectsCollection
The collection on page objects.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to the method.
See Also