Profile Picture

Diagram PDF Export

Posted By Gerak Sandor 3 Years Ago

Diagram PDF Export

Author
Message
Gerak Sandor
Posted 3 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 2, Visits: 22
Please check this code...

All option set in dialog except the width and height.
Where is my mistake?

  Dim MyPage As New NPdfExporter(NDrawingDocument1) With {
    .Layout = PagedLayout.FitToPages,
    .CompressContents = False,
    .PageRows = 1,
    .PageColumns = 1,
    .Resolution = 300,
    .ZoomPercent = 100,
    .PageSize = New NSizeF(842, 595)
    }
   MyPage.ShowDialog()

The width and height 0....





Similar Topics


Reading This Topic

1 active, 1 guest, 0 members, 0 anonymous.
No members currently viewing this topic!