HPdf.HPdfDestination.SetFitR C# (CSharp) Method

SetFitR() public method

public SetFitR ( float left, float bottom, float right, float top ) : void
left float
bottom float
right float
top float
return void
        public void SetFitR(float left, float bottom, float right, float top)
        {
            HPDF_Destination_SetFitR(hdest, left, bottom, right, top);
        }