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