HPdf.HPdfDestination.HPDF_Destination_SetFitR C# (CSharp) Метод

HPDF_Destination_SetFitR() приватный Метод

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
Результат uint
        private static extern uint HPDF_Destination_SetFitR(IntPtr hdest,
        float left, float bottom, float right, float top);