StockCardFileRepositoryAddArgImageAutoResize Property |  |
Určuje, či sa môže obrázok automaticky zmenšiť, ak presiahne maximálnu veľkosť (podľa nastavenia systému OBERON, predvolene 1MB).
Namespace: Exa.OBERON.ServicesGen2.Stock.StockCardsAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic bool ImageAutoResize { get; set; }
Public Property ImageAutoResize As Boolean
Get
Set
Dim instance As StockCardFileRepositoryAddArg
Dim value As Boolean
value = instance.ImageAutoResize
instance.ImageAutoResize = value
Property Value
Boolean
See Also