'Declaration <DescriptionAttribute("Compression of background layer.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property BackgroundLayerCompression As PdfCompression
[Description("Compression of background layer.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PdfCompression BackgroundLayerCompression {get; set;}
[Description("Compression of background layer.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: __property PdfCompression get_BackgroundLayerCompression(); public: __property void set_BackgroundLayerCompression( PdfCompression value );
[Description("Compression of background layer.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property PdfCompression BackgroundLayerCompression { PdfCompression get(); void set ( PdfCompression value); }