Skip to content

Commit 020a0c6

Browse files
committed
963561: Resolved given feedback.
1 parent a360872 commit 020a0c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • Forms/Customize-indicator-colors/.NET/Customize-indicator-colors

Forms/Customize-indicator-colors/.NET/Customize-indicator-colors/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
}
2828
}
2929
}
30-
30+
// Disable the default appearance to allow custom rendering of form fields.
31+
form.SetDefaultAppearance(false);
3132
// Create the output file stream.
3233
using (FileStream outputFileStream = new FileStream(Path.GetFullPath(@"Output/Output.pdf"), FileMode.Create, FileAccess.ReadWrite))
3334
{

0 commit comments

Comments
 (0)