Visual Basic (Declaration) | |
---|---|
Public Overloads Sub WriteToImage( _ ByVal fileName As String, _ ByVal pageNumber As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void WriteToImage( string fileName, int pageNumber ) |
C++/CLI | |
---|---|
public: void WriteToImage( String^ fileName, int pageNumber ) |
Parameters
- fileName
- Character string containing the name of the file that contains the embedded ICC profile.
- pageNumber
- 1-based index of the page within the file that contains the ICC profile.
This example loads an ICC profile and embeds it in an image.
Visual Basic | Copy Code |
---|---|
Public Sub WriteToImageExample() |
C# | Copy Code |
---|---|
public void WriteToImageExample() |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family