Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsVffLoadOptions Class : View Property |
public CodecsVffView View {get; set;}
'Declaration
Public Property View As CodecsVffView
'Usage
Dim instance As CodecsVffLoadOptions Dim value As CodecsVffView instance.View = value value = instance.View
public CodecsVffView View {get; set;}
public CodecsVffView getView() public void setView(CodecsVffView view)
<br/>get_View();<br/>set_View(value);<br/>Object.defineProperty('View');
public: property CodecsVffView View { CodecsVffView get(); void set ( CodecsVffView value); }