VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Png Namespace / PngPage Class / GetScaledImage(Int32,EventHandler<ProgressEventArgs>,EventHandler<IntermediateImageRequestEventArgs>) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
GetScaledImage(Int32,EventHandler<ProgressEventArgs>,EventHandler<IntermediateImageRequestEventArgs>) Method (PngPage)
In This Topic
Returns the scaled image of this page.
Syntax

Parameters

scale
The image scale. The supported scale values: 1, 2, 4, 8.
imageLoadingProgress
Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
intermediateImageRequest
Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)

Return Value

The scaled image of this page.
Exceptions
ExceptionDescription
Thrown if scaling is not supported.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also