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

SetUnwriteableMarginInTwips() public method

public SetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
aEdge IntPtr
return void
        public void SetUnwriteableMarginInTwips(IntPtr aEdge)
        {
            throw new NotImplementedException();
        }
PrintSettings