示例#1
0
文件: Widget.cs 项目: n9/pdfclown
 /**
   <summary>Gets the code corresponding to the given value.</summary>
 */
 private static PdfName ToCode(
     HighlightModeEnum value
     )
 {
     return HighlightModeEnumCodes[value];
 }
示例#2
0
 /**
  * <summary>Gets the code corresponding to the given value.</summary>
  */
 private static PdfName ToCode(
     HighlightModeEnum value
     )
 {
     return(HighlightModeEnumCodes[value]);
 }