Skybound.Gecko.PrintSettings.SetUnwriteableMarginBottomAttribute C# (CSharp) Method

SetUnwriteableMarginBottomAttribute() public method

public SetUnwriteableMarginBottomAttribute ( double aUnwriteableMarginBottom ) : void
aUnwriteableMarginBottom double
return void
        public void SetUnwriteableMarginBottomAttribute(double aUnwriteableMarginBottom)
        {
            m_unwriteableMarginBottom = aUnwriteableMarginBottom;
        }
PrintSettings