Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal flags As InvertedPageCommandFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family