예제 #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]);
 }