Minimum width of embedded images
Syntax
'Declaration
Public Property pdfMinImageWidth As System.Double
'Usage
Dim instance As ImageIO
Dim value As System.Double
instance.pdfMinImageWidth = value
value = instance.pdfMinImageWidth
public System.double pdfMinImageWidth {get; set;}
public read-write property pdfMinImageWidth: System.Double;
public function get,set pdfMinImageWidth : System.double
public:
property System.double pdfMinImageWidth {
System.double get();
void set ( System.double value);
}
See Also