Página 1 de 1

How to set Resolution property from code ?

Publicado: Mar Ene 16, 2024 11:39 am
por Milan Mehta
While exporting to jpg, can we have a property to set resolution from coding ?

FrPrn := frReportManager():new( cPath + "\FRSystH.dll" )

FrPrn:SetProperty("JPEGExport", "ShowDialog", .T. )
FrPrn:SetProperty("JPEGExport", "CropImages", .T.)
FrPrn:SetProperty("JPEGExport", "Monochrome", .F. )
FrPrn:SetProperty("JPEGExport", "JPEGQuality", 250)
FrPrn:SetProperty("JPEGExport", "Resolution", 250) ===> this is not working......
FrPrn:SetProperty("JPEGExport", "FileName", cFile )
FrPrn:DoExport("JPEGExport" )
Capture.PNG
Capture.PNG (9.35 KiB) Visto 1241 veces

Re: How to set Resolution property from code ?

Publicado: Mar Ene 16, 2024 1:31 pm
por ignacio
Imagen 347.png
Imagen 347.png (26.48 KiB) Visto 1234 veces
It should!