PrintSizeType Enumeration |
Represents the printed chart size.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic enum PrintSizeType
Public Enumeration PrintSizeType
public enum class PrintSizeType
Members
| Member name | Value | Description |
---|
| Full | 0 |
Use full page.
|
| Fit | 1 |
Scale to fit page.
|
| Custom | 2 |
InnerCustom.
|
See Also