Solid Edge Framework Type Library
OnFileSaveAsImageUI Event
Specifies the name of the file.
Specifies the name to be appended to the title.
Specifies the width of the image.
Specifies the height of the image.
A Member of the SeImageQualityType constant set that specifies whether the image quality is low, medium, or high.
Description
Occurs before the user interface is created for the file saved as image by Solid Edge.
Syntax
Visual Basic
Public Event OnFileSaveAsImageUI( _
   ByRef Filename As String, _
   ByRef AppendToTitle As String, _
   ByRef Width As Long, _
   ByRef Height As Long, _
   ByRef ImageQuality As SeImageQualityType _
)
Parameters
Filename
Specifies the name of the file.
AppendToTitle
Specifies the name to be appended to the title.
Width
Specifies the width of the image.
Height
Specifies the height of the image.
ImageQuality
ValueDescription
seImageQualityHighMedium quality JPG/TIFF Image
seImageQualityLowLow quality JPG/TIFF Image
seImageQualityMediumMedium quality JPG/TIFF Image
A Member of the SeImageQualityType constant set that specifies whether the image quality is low, medium, or high.
See Also

FileUIEvents Object  | FileUIEvents Members

Send comments on this topic.