Exemple #1
0
   /**
     <summary>Gets the code corresponding to the given value.</summary>
   */
   private static PdfName ToCode(
 LineEndStyleEnum value
 )
   {
       return LineEndStyleEnumCodes[value];
   }
Exemple #2
0
 public static PdfName GetName(
     this LineEndStyleEnum lineEndStyle
     )
 {
     return(codes[lineEndStyle]);
 }
Exemple #3
0
 /**
  * <summary>Gets the code corresponding to the given value.</summary>
  */
 private static PdfName ToCode(
     LineEndStyleEnum value
     )
 {
     return(LineEndStyleEnumCodes[value]);
 }