Size

Size constructor

Initializes an instance of the Size class.

public Size(byte relativeSize)
Parameter Type Description
relativeSize Byte The size in percents in relation to page size.

Exceptions

exception condition
ArgumentException Thrown when relativeSize is zero or higher than 100.

See Also