HPdf.HPdfDestination.HPDF_Destination_SetFitR C# (CSharp) Method

HPDF_Destination_SetFitR() private method

private HPDF_Destination_SetFitR ( IntPtr hdest, float left, float bottom, float right, float top ) : uint
hdest System.IntPtr
left float
bottom float
right float
top float
return uint
        private static extern uint HPDF_Destination_SetFitR(IntPtr hdest,
        float left, float bottom, float right, float top);