개정판 58b52175
issue #1125 Approved Stamp Color 설정 오류
Change-Id: Ie0d1d43a4efecce8089c87920b1df1ab4feac99f
MarkupToPDF/Controls/Parsing/MarkupParse.cs | ||
---|---|---|
319 | 319 |
|
320 | 320 |
System.IO.MemoryStream stream = new System.IO.MemoryStream(); |
321 | 321 |
System.IO.StreamWriter writer = new System.IO.StreamWriter(stream); |
322 |
xamlData = xamlData.Replace("#FFFF0000", DisplayColor); |
|
322 | 323 |
writer.Write(xamlData); |
323 | 324 |
writer.Flush(); |
324 | 325 |
stream.Position = 0; |
내보내기 Unified diff