ReportSize.SetPixels(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the number of pixels for the size.
public:
void SetPixels(double pixels);
public void SetPixels (double pixels);
member this.SetPixels : double -> unit
Public Sub SetPixels (pixels As Double)
Parameters
- pixels
- Double
The number of pixels.