Class PdfCustomValues
This class is intended for empira internal use only and may change or drop in future releases.
public class PdfCustomValues : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfCustomValues
- Implements
- Inherited Members
Properties
CompressionMode
This function is intended for empira internal use only.
public PdfCustomValueCompressionMode CompressionMode { set; }
Property Value
this[string]
This function is intended for empira internal use only.
public PdfCustomValue? this[string key] { get; set; }
Parameters
key
string
Property Value
Methods
ClearAllCustomValues(PdfDocument)
This function is intended for empira internal use only.
public static void ClearAllCustomValues(PdfDocument document)
Parameters
document
PdfDocument
Contains(string)
This function is intended for empira internal use only.
public bool Contains(string key)
Parameters
key
string