PdfImageCanGrow Property
Controls if the image can grow to fit the destination in PDF. This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool CanGrow { get; set; }
Public Property CanGrow As Boolean
Get
Set
public:
property bool CanGrow {
bool get ();
void set (bool value);
}
member CanGrow : bool with get, set
Property Value
Boolean