Exemplo n.º 1
0
    private void method_13(int A_0, sprᵕ A_1)
    {
        int       num   = 14;
        PageSetup setup = this.method_0()[A_0];

        using (MemoryStream stream = new MemoryStream())
        {
            using (Image image = this.method_14(setup, stream))
            {
                using (Graphics graphics = Graphics.FromImage(image))
                {
                    graphics.PageUnit = GraphicsUnit.Point;
                    graphics.DrawString(BookmarkStart.b("朳䘵儷䠹夻ḽпⵁ❃桅", num), new Font(BookmarkStart.b("怳張唷弹伻ḽ฿❁㍃晅ᩇ╉⅋⽍㹏", num), 20f, FontStyle.Bold), Brushes.Red, new PointF(10f, 10f));
                    graphics.DrawString(BookmarkStart.b("爳䐵崷弹᰻䠽┿ぁ㝃⽅❇⑉汋ⵍ㽏㱑≓㍕⩗⹙㕛そݟ䉡፣॥ᩧ๩䱫੭Ὧᅱų᭵ᵷᑹࡻൽꁿꚅ킇憎ヒ꺍ﮑ뚙벛쾟힡蒣얥즧쒩貫솭\udeaf\udeb1춳隵\udfb7\udfb9좻麽뒿꫁ꇃ껇ꏉ뻋뷍꓏꣗믙믛믝샟跡苣웥냧髩鿫컭雯鯱飳鏵훷", num), new Font(BookmarkStart.b("怳張唷弹伻ḽ฿❁㍃晅ᩇ╉⅋⽍㹏", num), 16f, FontStyle.Regular), Brushes.Red, new PointF(10f, 30f));
                    graphics.DrawString(BookmarkStart.b("愳䘵強䠹崻娽┿扁ぃ⥅桇ॉ⍋⍍㵏㝑♓㕕ㅗ㭙せ繝╟١ൣብŧթɫ乭Ὧᑱ味╵ࡷ፹๻᭽깿욁ꢇ뚉揄꺓릕랗躟잡覣쾥쮧쾩캫슭얯ힱ骳햵ힷힹ鎻꺿뛁뛃꧅곇뿉꿋ꯍᅬꗑ믓ꓕ볗뫛뇝鋟쿡諣菥鳧쟩藫胭蓯胱鯳鋵跷駹駻탽棿瘁椃樅㘇␉", num), new Font(BookmarkStart.b("怳張唷弹伻ḽ฿❁㍃晅ᩇ╉⅋⽍㹏", num), 16f, FontStyle.Regular), Brushes.Red, new PointF(10f, 42f));
                }
                spr⇬ r⇬ = new spr⇬(stream);
                spr᧷ r᧷ = new spr᧷();
                spr➓ r➓ = new spr⠀(r⇬, r᧷).ᜀ(setup.PageSize, true);
                spr⠃ r⠃ = new spr⠃(setup.PageSize.Width, setup.PageSize.Height);
                r⠃.ᜁ(r➓);
                A_1.ᜀ(r⠃);
            }
        }
    }
Exemplo n.º 2
0
    private void method_12(Class195 A_0, Stream A_1)
    {
        this.method_9(A_0);
        int  count = A_0.method_0().Count;
        int  num3  = (count > 90) ? 3 : ((count > 60) ? 5 : ((count > 30) ? 10 : count));
        sprᵑ rᵑ    = this.method_10(A_0.method_35().BuiltinDocumentProperties);
        sprᵕ rᵕ    = this.method_8(rᵑ);

        for (int i = 0; i < count; i++)
        {
            using (MemoryStream stream = new MemoryStream())
            {
                A_0.method_60(i, 1, ImageType.Metafile, stream, false, false, GraphicsUnit.Point);
                spr⇬ r⇬ = new spr⇬(stream);
                spr᧷ r᧷ = new spr᧷();
                r᧷.ᜀ(A_0.method_34().method_0()[i].method_2());
                spr➓ r➓ = new spr⠀(r⇬, r᧷).ᜀ(this.method_0()[i].PageSize, true);
                spr⠃ r⠃ = new spr⠃(this.method_0()[i].PageSize.Width, this.method_0()[i].PageSize.Height);
                r⠃.ᜁ(r➓);
                rᵕ.ᜀ(r⠃);
                A_0.method_34().method_0()[i].method_0().Dispose();
                A_0.method_34().method_0()[i].method_1(null);
            }
            if ((i % num3) == 0)
            {
                GC.Collect();
            }
        }
        A_0.method_51();
        rᵕ.ᜄ();
        rᵕ.ᜁ().ᜀ(A_1);
    }