| Overload | Description |
|---|---|
| Save(Stream,EncoderBase) | Saves an image associated with this TIFF page to the specified stream by the specified encoder. |
| Save(ImageFileSource) | Saves block to the source, connects block with the source, removes virtual data. (Inherited from ImageFileBlock) |
| Save(String) | Saves an image associated with this TIFF page to the specified path. |
| Save(ImageFileSource,IProgressController) | Saves the page to the image source. |
| Save(String,EncoderBase) | Saves an image associated with this TIFF page to the specified path by the specified encoder. |