Click or drag to resize

PdfImageSource Constructor (Stream, String)

Initializes a new instance of the PdfImageSource class

Namespace:  Atalasoft.Imaging.ImageSources
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfImageSource(
	Stream stm,
	string password
)

Parameters

stm
Type: System.IOStream
password
Type: SystemString
See Also