ImageHelperCompress Method | Helper帮助文档 |
压缩到指定尺寸
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Compress( string oldfile, string newfile )
Public Function Compress ( oldfile As String, newfile As String ) As Boolean
public: bool Compress( String^ oldfile, String^ newfile )
member Compress : oldfile : string * newfile : string -> bool
Parameters
- oldfile
- Type: SystemString
原文件 - newfile
- Type: SystemString
新文件
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.ImageHelper.Compress(System.String,System.String)"]
See Also