DjvuPageUpdateDimensions Method |
Updates the image dimensions.
Namespace: Aspose.Imaging.FileFormats.DjvuAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxprotected override void UpdateDimensions(
int newWidth,
int newHeight
)
Protected Overrides Sub UpdateDimensions (
newWidth As Integer,
newHeight As Integer
)
protected:
virtual void UpdateDimensions(
int newWidth,
int newHeight
) override
abstract UpdateDimensions :
newWidth : int *
newHeight : int -> unit
override UpdateDimensions :
newWidth : int *
newHeight : int -> unit
Parameters
- newWidth
- Type: SystemInt32
The new image width. - newHeight
- Type: SystemInt32
The new image height.
ExceptionsException | Condition |
---|
NotImplementedException | Not implemented |
See Also