HPdf.HPdfDestination.SetFitR C# (CSharp) 메소드

SetFitR() 공개 메소드

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