Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal flags As InvertedPageCommandFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim flags As InvertedPageCommandFlags Dim instance As New InvertedPageCommand(flags) |
C# | |
---|---|
public InvertedPageCommand( InvertedPageCommandFlags flags ) |
C++/CLI | |
---|---|
public: InvertedPageCommand( InvertedPageCommandFlags flags ) |
Parameters
- flags
- Options to only check or perform auto-correction on the image.
For an example, refer to InvertedPageCommand.
You can also use the default constructor of the InvertedPageCommand class and set the options using the Flags property.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)