Viscom Software Image Thumbnail CP ActiveX Control

PDFScaleRatio Property

Description:   

Set the specific scale ratio of PDF when loading the PDF file. 1.0 mean scale to 100% of original size. 0.5 mean scale to 50% of original size.

Usage:   

ImageThumbnailCP1.PDFScaleRatio[= value]

Data Type:   

double

Example:   


Private Sub Form_Load()
       ImageThumbnailCP1.PDFScaleRatio=1.0
       ImageThumbnailCP1.LoadMultiPage=false
       ImageThumbnailCP1.PDFPageNo=2
       ImageThumbnailCP1.AddClip "c:\test.pdf", ""

End Sub