PageInfo public class PageInfo Documentation public enum PageSizeUnitsValue public float Height { get; set; } public PageSizeUnitsValue Units { get; set; } public float Width { get; set; } public PageInfo(PageSizeUnitsValue units, float width, float height) public PageInfo()