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

SetEdgeBottomAttribute() public method

public SetEdgeBottomAttribute ( double aEdgeBottom ) : void
aEdgeBottom double
return void
        public void SetEdgeBottomAttribute(double aEdgeBottom)
        {
            m_edgeBottom = aEdgeBottom;
        }
PrintSettings