'Declaration<CategoryAttribute("PDF")> <DescriptionAttribute("The end user interaction mode")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property UserInteractionMode As PdfUserInteractionMode
'UsageDim instance As PdfDocumentView Dim value As PdfUserInteractionMode instance.UserInteractionMode = value value = instance.UserInteractionMode
[Category("PDF")] [Description("The end user interaction mode")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PdfUserInteractionMode UserInteractionMode {get; set;}
[Category("PDF")] [Description("The end user interaction mode")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property PdfUserInteractionMode UserInteractionMode { PdfUserInteractionMode get(); void set ( PdfUserInteractionMode value); }