Initializes new instance of
Size class.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic Size(
byte relativeSize
)
Public Sub New (
relativeSize As Byte
)
public:
Size(
unsigned char relativeSize
)
new :
relativeSize : byte -> Size
Parameters
- relativeSize
- Type: SystemByte
The size in percents in relation to page size.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when relativeSize is zero or higher than 100. |
See Also