Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > InvertedPageCommand Class > InvertedPageCommand Constructor : InvertedPageCommand Constructor(InvertedPageCommandFlags) |
public InvertedPageCommand( InvertedPageCommandFlags flags )
'Declaration
Public Function New( _ ByVal flags As InvertedPageCommandFlags _ )
'Usage
Dim flags As InvertedPageCommandFlags Dim instance As New InvertedPageCommand(flags)
public InvertedPageCommand( InvertedPageCommandFlags flags )
- (instancetype)initWithFlags:(LTInvertedPageCommandFlags)flags
public InvertedPageCommand(int flags)
function InvertedPageCommand( flags )
public: InvertedPageCommand( InvertedPageCommandFlags flags )
You can also use the default constructor of the InvertedPageCommand class and set the options using the Flags property.