'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); }