Method | Description | |
---|---|---|
MatchRegexIndex ( string queryString ) : int |
The position in the original string where the first character of the captured substring was found.
|
|
Watermark ( ) : System.Collections.Specialized |
Initializes a new instance of the Watermark class.
|
Method | Description | |
---|---|---|
ParseColor ( |
Returns the correct T:System.Drawing.Color for the given parameter collection.
|
|
ParseDropShadow ( |
Returns a value indicating whether the watermark is to have a shadow.
|
|
ParseFontFamily ( |
Returns the correct FontFamily for the given parameter collection.
|
|
ParseFontSize ( |
Returns the correct T:System.Int32 for the given parameter collection.
|
|
ParseFontStyle ( |
Returns the correct T:System.Drawing.FontStyle for the given parameter collection.
|
|
ParseOpacity ( |
Returns the correct T:System.Int32 containing the opacity for the parameter collection.
|
|
ParsePosition ( |
Returns the correct T:System.Drawing.Point for the given parameter collection.
|
|
ParseRightToLeft ( |
Returns a value indicating whether the watermark is to be written right to left.
|
|
ParseText ( |
Returns the correct T:System.String for the given parameter collection.
|
|
ParseVertical ( |
Returns a value indicating whether the watermark is to be written vertically.
|
public MatchRegexIndex ( string queryString ) : int | ||
queryString | string | /// The query string to search. /// |
return | int |
public Watermark ( ) : System.Collections.Specialized | ||
return | System.Collections.Specialized |