UOFTranslator
fileDict Field
|
Dictionary of file.
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected Dictionary<string, Stream> fileDict
Protected fileDict As Dictionary(Of String, Stream)
protected:
Dictionary<String^, Stream^>^ fileDict
val mutable fileDict: Dictionary<string, Stream>
Field Value
Type:
Dictionary
String
,
Stream
See Also