| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SharpPlot Tutorials General Tutorials Chart Samples Style Examples SharpLeaf Tutorials Document Layout Tutorials Text Flow Tutorials Table Tutorials Visual Glossaries SharpPlot Reference SharpPlot Class SharpPlot Properties SharpPlot Methods SharpPlot Structures SharpPlot Enumerations PageMap Class SharpLeaf Reference SharpLeaf Class SharpLeaf Properties SharpLeaf Methods Table Class Table Properties Table Methods SharpLeaf Structures FontType Structure ParagraphStyle Structure BoxStyle Structure SharpLeaf Enumerations DocumentLayout Classes DocumentLayout Class PageLayout Class PageElement Abstract Class Frame : PageElement Class TextBlock : PageElement Class ImageBlock : PageElement Class Box : PageElement Class Rule : PageElement Class Document Class VectorMath Class DbUtil Class Download Release Notes Licensing |
Common Reference > PaperSize Struct PaperSize StructThe PaperSize structure lists many standard paper sizes as a double[] {width,height} vector, suitable to use for SharpPlot constructor and PageLayout constructor. public struct PaperSize It also contains two utility functions to convert papersizes to Portrait or Landscape: public static double[] Portrait (double[] size) public static double[] Landscape(double[] size) Members
See also ...SharpPlot Constructor | PageLayout.PageLayout Constructor |