public void Blank() { // Horizontal Line hLineColor = Color.DeepSkyBlue; hLineStyle = StationeryLineStyle.None; hLineSpaceBetween = 600; hLineSpaceBefore = 1200; // Vertical Line vLineColor = Color.DeepSkyBlue; vLineStyle = StationeryLineStyle.None; vLineSpaceBetween = 600; vLineSpaceBefore = 0; // Right Margin rMarginColor = Color.IndianRed; rMarginStyle = StationeryLineStyle.None; rMarginSpacing = 13000; // Left Margin lMarginColor = Color.IndianRed; lMarginStyle = StationeryLineStyle.None; lMarginSpacing = 1600; // Title titleDateStyle = StationeryDateStyle.None; titleString = "Note Title"; titleSpaceAfter = 600; displayName = ""; // Title Rectangle titleRectangleStyle = StationeryRectangleStyle.None; titleForegroundColor = Color.Black; titleBackgroundColor = Color.White; titleRectangle = new Rectangle(1000, 500, 12500, 2000); // Background backgroundStyle = StationeryColorStyle.None; backgroundColor = Color.White; backgroundImageStyle = StationeryImageStyle.None; backgroundImage = null; backgroundImageData = null; backgroundImageSize = new Size(9000, 9000); backgroundImageTransparency = 1; alignImageWithMinSize = false; }