O2S.Components.PDF4NET Documentation
ImageHeight Property (PDFFlowTableImageCell)



O2S.Components.PDF4NET.FlowDocument Namespace > PDFFlowTableImageCell Class : ImageHeight Property
Gets or sets the image height.
Syntax
'Declaration
 
Public Property ImageHeight As Double
'Usage
 
Dim instance As PDFFlowTableImageCell
Dim value As Double
 
instance.ImageHeight = value
 
value = instance.ImageHeight
public double ImageHeight {get; set;}
public:
property double ImageHeight {
   double get();
   void set (    double value);
}

Property Value

The height of the image displayed in the cell.
Remarks
If this value is 0, the height is computed automatically based on image width in order to keep the original image aspect ratio.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFFlowTableImageCell Class
PDFFlowTableImageCell Members