 | PdfFile(PdfTypeStream) Constructor |
Creates a new instance of
PdfFile and initialize it with specified steeam
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfFile(
PdfTypeStream stream
)
Public Sub New (
stream As PdfTypeStream
)
public:
PdfFile(
PdfTypeStream^ stream
)
new :
stream : PdfTypeStream -> PdfFile
public PdfFile(
PdfTypeStream stream
)
Patagames.Pdf.Net.Wrappers.PdfFile = function(stream);
Parameters
- stream PdfTypeStream
- The dictionary or indirect dictionary
See Also