PdfLoaderDescriptor.CanLoad

PdfLoaderDescriptor.CanLoad method

Determines whether this instance can load the specified stream container.

public bool CanLoad(StreamContainer streamContainer, LoadOptions loadOptions)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.
loadOptionsLoadOptionsThe load options.

Return Value

true if this instance can load the specified stream container; otherwise, false.

See Also