 | PdfMarkedContentParameters Property |
Gets a dictionary containing private information meaningful to the program(application or plugin extension) creating the marked content.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfTypeDictionary Parameters { get; }
Public ReadOnly Property Parameters As PdfTypeDictionary
Get
public:
property PdfTypeDictionary^ Parameters {
PdfTypeDictionary^ get ();
}
member Parameters : PdfTypeDictionary with get
/** @property */
public PdfTypeDictionary get_Parameters()
function get_Parameters();
Property Value
PdfTypeDictionary
See Also