Click or drag to resize

CSize Structure

Represents a size with width and height dimensions

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public struct CSize

The CSize type exposes the following members.

Fields
  NameDescription
Public fieldHeight
Height dimension
Public fieldWidth
Width dimension
Top
See Also