←Select platform

ImageScale Property

Summary

Scale value used when retuning image objects of this page.

Syntax
C#
VB
C++
Java
public double ImageScale { get; } 
Public ReadOnly Property ImageScale() As Double 
   Get 
public:  
   property double ImageScale 
   { 
      double get() 
   } 
public double getImageScale() 

Property Value

The scale value used when retuning image objects of this page.

Remarks

This value is calculated for each page based on the value of MaximumImagePixelSize. The default value is 1 when the value of MaximumImagePixelSize is the default of 0 which means no scaling. If the value is any other, then ImageScale can be a value equal to or greater than 1 depending on the original page pixel size. Refer to MaximumImagePixelSize for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly