Example #1
0
 /**
   <summary>Gets the code corresponding to the given value.</summary>
 */
 private static PdfName ToCode(
     HighlightModeEnum value
     )
 {
     return HighlightModeEnumCodes[value];
 }
Example #2
0
 /**
  * <summary>Gets the code corresponding to the given value.</summary>
  */
 private static PdfName ToCode(
     HighlightModeEnum value
     )
 {
     return(HighlightModeEnumCodes[value]);
 }