VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfFontViewerControl Class / CellSize Property
Syntax Requirements SeeAlso
In This Topic
    CellSize Property (PdfFontViewerControl)
    In This Topic
    Gets or sets a cell size for font symbol.
    Syntax
    'Declaration
    
    <DesignerSerializationVisibilityAttribute(Visible)>
    <TypeConverterAttribute(System.Drawing.SizeConverter)>
    Public Property CellSize As System.Drawing.Size
    
    
    [DesignerSerializationVisibility(Visible)]
    [TypeConverter(System.Drawing.SizeConverter)]
    public System.Drawing.Size CellSize { get; set; }
    
    
    [DesignerSerializationVisibility(Visible)]
    [TypeConverter(System.Drawing.SizeConverter)]
    public: __property System.Drawing.Size* get_CellSize();
    public: __property void set_CellSize(
    System.Drawing.Size* value
    );
    [DesignerSerializationVisibility(Visible)]
    [TypeConverter(System.Drawing.SizeConverter)]
    public:
    property System.Drawing.Size^ CellSize { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also