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

SetPaperHeightAttribute() public method

public SetPaperHeightAttribute ( double aPaperHeight ) : void
aPaperHeight double
return void
        public void SetPaperHeightAttribute(double aPaperHeight)
        {
            m_paperHeight = aPaperHeight;
        }
PrintSettings