Profile Picture

Diagram PDF Export

Posted By Gerak Sandor 2 Years Ago
Author
Message
Gerak Sandor
Posted 2 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: 11 Months Ago
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